/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 04:49:59 */
.lp-new-grid-bottom-button ul {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lp-new-grid-bottom-button ul li {
  flex: 1;
  text-align: center;
}

.lp-new-grid-bottom-button ul li a,
.lp-new-grid-bottom-button ul li p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 6px;
  text-decoration: none;
  height: 36px;         /* medium size */
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.lp-new-grid-bottom-button ul li a i,
.lp-new-grid-bottom-button ul li p i {
  margin-right: 6px;
  font-size: 14px;
}

.lp-new-grid-bottom-button ul li a:hover,
.lp-new-grid-bottom-button ul li p:hover {
  background: #e0e0e0;
}
