.elementor-3412 .elementor-element.elementor-element-0a3bf94 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
    background-color: #ffffff;
    border-color: #000000;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    padding: 14px !important;
}
/* Change Header Menu Font */
.main-navigation a {
    font-family: 'Your Font Name', sans-serif;
    font-weight: bold; /* Optional: change to your desired weight */
    font-size: 24px; /* Optional: change to your desired size */
}
.palmstays-btn.explore:hover {
  background-color: #faf9f6;
  color: 1b3a4b;
}

/* Ensure all HivePress cards align in height */
.hp-listing {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Set consistent image height */
.hp-listing__image {
  height: 250px; /* Adjust as needed */
  overflow: hidden;
  border-radius: 12px;
}

/* Make image fill the container */
.hp-listing__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Stretch content area to match layout */
.hp-listing__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Pagination wrapper */
.hp-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px 0 10px;
    flex-wrap: wrap;
}

/* Pagination buttons */
.hp-pagination__item {
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;

    color: #374151;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;

    text-decoration: none;
    cursor: pointer;

    transition: background-color 0.2s ease, 
                border-color 0.2s ease, 
                color 0.2s ease;
}

/* Hover */
.hp-pagination__item:hover {
    background-color: #f9fafb;
    border-color: #d1d5db;
    color: #111827;
}

/* Active page */
.hp-pagination__item--current {
    background-color: #65cc35;
    border-color: #65cc35;
    color: #ffffff;
    cursor: default;
}

/* Prev / Next buttons */
.hp-pagination__prev,
.hp-pagination__next {
    padding: 0 18px;
    font-weight: 600;
}

/* Remove hover on active */
.hp-pagination__item--current:hover {
    background-color: #65cc35;
    border-color: #65cc35;
}

/* Mobile tweaks */
@media (max-width: 480px) {
    .hp-pagination {
        gap: 6px;
    }

    .hp-pagination__item {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
        padding: 0 12px;
    }
}


.hp-pagination__prev,
.hp-pagination__next {
    background-color: #f3f4f6;
}

<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 6972d648db888adb49252c57. Config Timestamp: 2026-01-23 02:00:39 UTC, Cached Timestamp: 2026-02-22 23:43:06 UTC -->