/* ========================================
   Providencia Business Manager - Public Styles
   ======================================== */
/*Seteo de Fuentes*/

body,
.business-card,
.pbm-card-title,
.pbm-card-description,
.pbm-card-badges,
.pbm-card-btn {
    font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
}


/* Business Grid */
.pbm-business-grid {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.pbm-business-grid.pbm-columns-1 {
    grid-template-columns: 1fr;
}

.pbm-business-grid.pbm-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.pbm-business-grid.pbm-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.pbm-business-grid.pbm-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.pbm-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}



@media (max-width: 1024px) {

    .pbm-business-grid.pbm-columns-3,
    .pbm-business-grid.pbm-columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pbm-business-grid {
        grid-template-columns: 1fr;
    }
}

/* Business Card */
/*
.pbm-business-card {
    border-radius: 13px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.07);
    background: #fff;
    padding: 16px 13px 14px 13px;
    max-width: 370px;
    min-height: 465px;
    font-family: 'Inter', Arial, sans-serif;
    margin: 24px auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.pbm-business-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/

/* CONTENEDOR DE LA TARJETA */
.business-card {
    position: relative;
    width: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
    background: #fff;
}

/* IMAGEN DEL NEGOCIO */
.image-container {
    position: relative;
    width: 100%;
    height: 225px;
    background-size: cover;
    background-position: center;
}

/* BADGES - Superior izquierda */
.pbm-card-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;

    gap: 8px;
    z-index: 10;
}


.pbm-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .90rem;
    padding: 5px 13px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
}

.pbm-badge .material-symbols-outlined {
    font-size: 16px;
    line-height: 1;
}

.pbm-contact-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pbm-btn-full {
  grid-column: 1 / -1; /* Ocupa ambas columnas */
}

.pbm-contact-btn {
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* SOCIO FUNDADOR - Degradado oro */
.pbm-badge-fundador {
    background: linear-gradient(90deg, #f8c000 0%, #dd9900 100%);
}

/* PREMIUM - Degradado plata/gris metálico */
.pbm-badge-premium {
    background: linear-gradient(90deg, #bdc3c7 0%, #95a5a6 100%);
}

/* NUEVO - Verde */
.pbm-badge-nuevo {
    background: linear-gradient(90deg, #27ae60 0%, #1e8449 100%);
}


/* VERIFICADO - Azul */
.pbm-badge-verificado {
    background: linear-gradient(90deg, #429bfc 0%, #2b7fff 100%);
}


/* ATRIBUTOS */
.pbm-attr-entrega {
    background: linear-gradient(90deg, #1abc9c 0%, #16a085 100%);
}

.pbm-attr-popular {
    background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%);
}

.pbm-attr-valorado {
    background: linear-gradient(90deg, #a112f3 0%, #b822e6 100%);
}

/* RATING - Superior derecha */

.pbm-badge-rating .material-symbols-outlined{
    align-items: center;
    vertical-align: middle;
}

.pbm-card-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.pbm-card-image img {
    width: 100%;
    max-height: 120px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 8px;
}

.pbm-business-card:hover .pbm-card-image img {
    transform: scale(1.05);
}

.pbm-card-content {
    padding: 1.5rem;
}

.pbm-card-title {
    font-size: 1.12rem;
    font-weight: 600;
    margin: 4px 0 3px 0;
}

.pbm-card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pbm-card-title a:hover {
    color: #0073aa;
}

.pbm-card-category {
    color: #9da4b0;
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: -5px !important;
}

.pbm-card-meta-row {
    margin-bottom: 6px;
    color: #555;
    font-size: .99rem;
}

.pbm-card-meta-item {
    display: inline-block;
    margin-right: 8px;
}

.pbm-card-description {
    color: #444;
    font-size: .95rem;
    margin-bottom: 7px;
}

.pbm-card-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
    justify-content: flex-start;
    align-items: center;
}

.pbm-card-categories {
    margin-bottom: 1rem;
}

.pbm-category-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    background: #f0f0f0;
    color: #666;
    font-size: 0.85rem;
    border-radius: 4px;
}

.pbm-card-excerpt {
    margin-bottom: 1rem;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.pbm-card-meta {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.pbm-card-meta-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #666;
}

.pbm-card-meta-item .dashicons {
    margin-right: 0.5rem;
    color: #0073aa;
}

.pbm-card-btn {
    background: #eee;
    border: 0;
    border-radius: 7px;
    padding: 10px 18px;
    color: #344fc7;
    font-weight: 600;
    text-decoration: none;
    font-size: .9rem;
    cursor: pointer;
    text-align: center;
}
.pbm-card-buttons{
    gap: 8px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 8px;
    vertical-align: middle;
}
.pbm-card-btn-wa {
    background: #36c875;
    color: #fff;
}

.pbm-card-btn-info {
        background: #fff;
    border: 1px solid #c8c8c8;
    color: #6a6a6a;    
}

.pbm-card-btn-info .icons{
    position: relative;
    top: 0px;
    vertical-align: middle;
}
.pbm-open {
    color: #36c875;
}

.pbm-card-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.pbm-card-button:hover {
    background: #005a87;
}

/* Single Business */
.pbm-business-single {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.pbm-business-header {
    margin-bottom: 2rem;
}

.pbm-business-title {
    margin: 0 0 1rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.pbm-business-categories {
    margin-bottom: 1rem;
    font-size: 14px;
}

.pbm-category-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    background: #0073aa;
    color: #fff;
    border-radius: 4px;
    font-size: 0.9rem;
}

.pbm-business-thumbnail {
    margin-bottom: 2rem;
}

.pbm-business-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.pbm-business-content {
    margin-bottom: 3rem;
    line-height: 1.8;
}

.pbm-business-meta {
    padding: 2rem;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 3rem;
}

.pbm-meta-item {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.pbm-meta-item strong {
    display: inline-block;
    min-width: 120px;
    color: #333;
}

.pbm-meta-item a {
    color: #0073aa;
    text-decoration: none;
}

.pbm-meta-item a:hover {
    text-decoration: underline;
}

/* Mapbox */
.pbm-mapbox-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin: 2rem 0;
}

.mapboxgl-popup {
    max-width: 300px;
}

.mapboxgl-popup-content {
    padding: 1rem;
}

/* Search */
.pbm-search-container {
    position: relative;
    margin: 2rem 0;
}

.pbm-search-input {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    transition: border-color 0.3s ease;
}

.pbm-search-input:focus {
    outline: none;
    border-color: #0073aa;
}

.pbm-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0.5rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-height: 500px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.pbm-search-results.active {
    display: block;
}

.pbm-search-result-item {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.pbm-search-result-item:hover {
    background: #f9f9f9;
}

.pbm-search-result-item:last-child {
    border-bottom: none;
}

.pbm-search-result-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.pbm-search-result-category {
    font-size: 0.85rem;
    color: #0073aa;
    margin-bottom: 0.5rem;
}

.pbm-search-result-excerpt {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}

/* Archive */
.pbm-archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.pbm-archive-header {
    margin-bottom: 2rem;
}

.pbm-archive-title {
    font-size: 2.5rem;
    margin: 0 0 1rem;
}

.pbm-archive-description {
    color: #666;
    font-size: 1.1rem;
}

.pbm-archive-filters {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 8px;
}

.pbm-filter-group {
    margin-bottom: 1rem;
}

.pbm-filter-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.pbm-filter-select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 1rem;
}

.pbm-pagination {
    margin-top: 3rem;
    text-align: center;
}

.pbm-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.pbm-pagination .page-numbers {
    padding: 0.75rem 1rem;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.pbm-pagination .page-numbers:hover,
.pbm-pagination .page-numbers.current {
    background: #0073aa;
    color: #fff;
}

/* Loading */
.pbm-loading {
    text-align: center;
    padding: 2rem;
}

.pbm-loading::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #f0f0f0;
    border-top-color: #0073aa;
    border-radius: 50%;
    animation: pbm-spin 1s linear infinite;
}

@keyframes pbm-spin {
    to {
        transform: rotate(360deg);
    }
}

/*Nuevo business card*/
.pbm-business-card.pbm-open .pbm-card-status {
    color: #36c875;
}

.pbm-business-card.pbm-closed .pbm-card-status {
    color: #e14141;
}

.pbm-business-card.pbm-holiday .pbm-card-status {
    color: #e14141;
}

.pbm-status-alert {
    color: #dbad28;
    font-weight: bold;
}


/*Actualizado*/
.pbm-card-address,
.business-full-address {
    font-size: .98rem;
    color: #222;
    margin-bottom: 0px;
}

.address {
    margin-left: 0px;
    top: -3px;
    position: relative;
}

.pbm-card-hours,
.pbm-full-hours {
    font-size: .98rem;
  /*  margin-bottom: 6px;*/
}

.pbm-card-hours .pbm-status-alert {
    color: #dbad28;
    font-weight: bold;
}

.card-hours{
    margin-left: 0px;
    top: -5px;
    position: relative;

}

.pbm-card-hours span,
.pbm-full-hours span {
 /*   font-weight: 700;*/
}

.pbm-hours-note {
    color: #dbad28;
    font-size: .95em;
    margin-left: 6px;
}

/* Responsive */
.pbm-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.pbm-business-card {
    flex: 1 1 340px;
    max-width: 370px;
}

@media (max-width: 768px) {

    .pbm-business-single,
    .pbm-archive-container {
        padding: 1rem;
    }

    .pbm-business-title,
    .pbm-archive-title {
        font-size: 2rem;
    }
}

.pbm-business-single {
    max-width: 900px;
    margin: 0 auto;
    font-family: sans-serif;
}

.pbm-business-gallery {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 550px;
    margin: 0 auto 18px auto;
}

.pbm-gallery-images {
    width: 88%;
    overflow: hidden;
    text-align: center;
}

.pbm-gallery-images img {
    border-radius: 12px;
    transition: opacity 0.4s;
    margin: 0 auto;
    display: block;
    max-height: 350px;
    width: auto;
    object-fit: cover;
}

.pbm-gallery-prev,
.pbm-gallery-next {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    margin: 7px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}


.pbm-business-badges .pbm-badge {
    display: inline-block;
    background: #ffe066;
    color: #222;
    margin-right: 10px;
    padding: 3px 12px;
    border-radius: 5px;
    font-size: .95rem;
    font-weight: 600;
}

.pbm-business-header h1 {
    margin: 10px 0 0 0;
    font-size: 2rem;
}

.pbm-business-subcat {
    color: #888;
    font-size: 1.05rem;
    margin-bottom: 7px;
}

.pbm-business-rating {
    color: #fbb034;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 7px;
}

.pbm-business-header address {
    font-style: normal;
    margin: 7px 0;
    color: #444;
}

.pbm-contact-quick a {
    display: inline-block;
    background: #44c767;
    color: #fff;
    margin: 7px 12px 7px 0;
    padding: 7px 18px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
}

.pbm-business-about {
    margin: 25px 0;
}

.pbm-business-hours,
.pbm-features,
.pbm-specialties,
.pbm-promotion,
.pbm-business-maps {
    margin: 17px 0;
}

.pbm-business-hours h2,
.pbm-business-about h2,
.pbm-features h3,
.pbm-specialties h3,
.pbm-reviews h3,
.pbm-business-maps h3 {
    font-size: 1.25rem;
    margin-bottom: 7px;
}

.pbm-specialties-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.pbm-specialty-card {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 18px;
    width: 180px;
}

.pbm-specialty-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 9px;
}

.pbm-features ul {
    list-style: none;
    padding: 0;
}

.pbm-features li {
    display: inline-block;
    margin-right: 16px;
    background: #eee;
    border-radius: 3px;
    padding: 2px 10px;
}

.pbm-promotion {
    background: #e9ffec;
    border-left: 4px solid #44c767;
    padding: 16px;
    border-radius: 7px;
}

.pbm-promotion strong {
    margin-right: 8px;
}

.pbm-business-maps .pbm-mapbox-container {
    margin: 13px 0;
    border-radius: 8px;
    overflow: hidden;
}

.pbm-maps-btns a {
    display: inline-block;
    background: #e1eaff;
    margin-right: 10px;
    color: #2b74da;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 4px;
    text-decoration: none;
}

/* Responsive */
@media(max-width:950px) {
    .pbm-business-single {
        max-width: 98vw;
    }

    .pbm-specialties-list {
        flex-direction: column;
    }
}

/* Business Card Spot Figma */

.business-card {
    width: 400px;
    height: 458px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid;
    border-color: #000000;
}

.business-card .image-container {
    width: 400px;
    height: 425px;
    display: flex;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    background-image: url(./img/unsplash-zuns99pgdg0.png);
    background-size: cover;
    background-position: 50% 50%;
}

.business-card .stiker-ups {
    display: flex;
    margin-top: -172px;
    height: 35px;
    width: 400px;
    position: relative;
    align-items: flex-start;
    gap: 8px;
    padding: 5px 10px;
}

.business-card .fundador {
    position: relative;
    width: 120px;
    height: 24px;
    border-radius: 10px;
    background: linear-gradient(90deg,
            rgba(248, 192, 0, 1) 0%,
            rgba(221, 153, 0, 1) 100%),
        linear-gradient(0deg,
            rgba(217, 217, 217, 1) 0%,
            rgba(217, 217, 217, 1) 100%);
}

.business-card .group {
    position: relative;
    top: 5px;
    left: 8px;
    width: 107px;
    display: flex;
    gap: 1px;
}

.business-card .trophy {
    margin-top: 1px;
    width: 14px;
    height: 14px;
    position: relative;
}

.business-card .vector {
    position: absolute;
    width: 75.00%;
    height: 75.00%;
    top: 12.50%;
    left: 12.50%;
}

.business-card .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 15px;

    font-weight: 500;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.business-card .verificado {
    position: relative;
    width: 90px;
    height: 24px;
    border-radius: 10px;
    background: linear-gradient(0deg,
            rgba(43, 127, 255, 1) 0%,
            rgba(43, 127, 255, 1) 100%),
        linear-gradient(0deg,
            rgba(217, 217, 217, 1) 0%,
            rgba(217, 217, 217, 1) 100%);
}

.business-card .div {
    position: relative;
    top: 5px;
    left: 6px;
    width: 80px;
    display: flex;
    gap: 5px;
}

.business-card .checkmark {
    width: 14px;
    height: 14px;
    position: relative;
}

.business-card .img {
    position: absolute;
    width: 83.33%;
    height: 83.33%;
    top: 8.33%;
    left: 8.33%;
}



.business-card .calificacion {
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 28px;
    align-items: flex-start;
    gap: 10px;
    padding: 4px 2px;
    position: relative;
    margin-bottom: -3.00px;
    background-color: #ffffff;
    border-radius: 15px;
}

.business-card .group-2 {
    position: relative;
    width: 78px;
    height: 20px;
    margin-right: -2.00px;
}


.business-card .span {
    color: #000000;
}

.business-card .text-wrapper-3 {
    color: #848484;
    font-size: 13px;
}

.business-card .star {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-image: url(./img/vector-4.svg);
    background-size: 100% 100%;
}

.business-card .vector-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -4065.00%;
    left: -2210.00%;
}

.business-card .vector-3 {
    position: absolute;
    width: 83.33%;
    height: 79.17%;
    top: 8.33%;
    left: 8.33%;
}

.business-card .content {
    display: flex;
    width: 400px;
    height: 265px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 10px;
    background-color: #ffffff;
}

.business-card .title-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 5px 2px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.business-card .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1.00px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000000;
    font-size: 21px;
    text-align: center;
    letter-spacing: var(--m3-title-medium-letter-spacing);
    line-height: var(--m3-title-medium-line-height);
    white-space: nowrap;

}

.business-card .text-wrapper-5 {
    position: relative;
    display: flex;
    align-items: left;
    justify-content: left;
    width: 100%;
    font-family: var(--m3-body-medium-font-family);
    font-weight: var(--m3-body-medium-font-weight);
    color: #848484;
    font-size: var(--m3-body-medium-font-size);
    letter-spacing: var(--m3-body-medium-letter-spacing);
    line-height: var(--m3-body-medium-line-height);
    font-style: var(--m3-body-medium-font-style);
}

.business-card .location-status {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 60px;
    align-items: flex-start;
    gap: 2px;
    padding: 0px 0px;
    position: relative;
}

.business-card .location {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: -5.00px;
}

.business-card .div-2 {
    position: relative;
    width: 196px;
    height: 21px;
}

.business-card .location-pin {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../img/pin-bottom.svg);
    background-size: 100% 100%;
}

.business-card .vector-4 {
    position: absolute;
    width: 58.33%;
    height: 83.33%;
    top: 8.33%;
    left: 20.83%;
}

.business-card .text-wrapper-6 {
    position: absolute;
    top: 0;
    left: 21px;
    width: 173px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
}

.business-card .p {
    position: absolute;
    top: 0;
    left: 21px;
    width: 173px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: var(--colors-accents-green);
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
}

.business-card .access-time {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(./img/time.svg);
    background-size: 100% 100%;
}

.business-card .vector-5 {
    position: absolute;
    width: 25.00%;
    height: 38.12%;
    top: 29.17%;
    left: 45.83%;
}

.business-card .descripcion-corta {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 52px;      
    margin: 10px 0px;
}

.business-card .text-wrapper-7 {
    position: absolute;
     width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    padding: 0px 3px;
}

.business-card .botones-grupo {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.business-card .WA-botton {
    display: flex;
    flex-direction: column;
    width: 180px;
    height: 35px;
    align-items: center;
    gap: 10px;
    position: relative;
    background-color: #27d753;
    border-radius: 8px;
}
.WA-botton::before{
content: '';
    width: 14px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="../img/Digital_Glyph_Black.svg" viewBox="0 0 24 24" fill="%23fff"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>svg>');
    background-size: contain;
    background-repeat: no-repeat;

}
.business-card .group-3 {
    position: relative;
    width: 110px;
    height: 35px;
}

.business-card .text-wrapper-8 {
    position: absolute;
    top: 0;
    left: 29px;
    width: 75px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
 
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.business-card .content .whatsapp {
    position: relative;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/Digital_Glyph_White.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
}


.business-card .llegar-boton {
    position: relative;
    width: 110px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid;
    border-color: #848484;
}

.business-card .info-wrapper {
    position: relative;
    left: 16px;
    width: 81px;
    display: flex;
}

.business-card .info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    height: 35px;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.business-card .info-botton {
    position: relative;
    width: 65px;
    height: 35px;
    margin-right: -1.00px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid;
    border-color: #848484;
}

.business-card .group-4 {
    position: relative;
    left: 7px;
    width: 51px;
    display: flex;
}

.business-card .keyboard-arrow-right {
    margin-top: 6px;
    width: 24px;
    height: 24px;
    position: relative;
    background-image: url(./img/vector-11.svg);
    background-size: 100% 100%;
}

.business-card .vector-6 {
    position: absolute;
    width: 30.87%;
    height: 50.00%;
    top: 25.00%;
    left: 35.79%;
}

.business-card .text-wrapper-9 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 35px;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

/* ========================================
   SINGLE BUSINESS - Diseño tipo Modal
   ======================================== */

/* Wrapper principal */
.pbm-single-business-wrapper {
    background: #f3f4f6;
    min-height: 100vh;
    padding: 40px 20px;
}

/* Contenedor principal (tipo modal centrado) */
.pbm-business-container {
    max-width: 768px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

/* ========================================
   GALERÍA
   ======================================== */

.pbm-business-gallery-full {
    position: relative;
    width: 100%;
    height: 432px;
    background: #000;
    overflow: hidden;
}

.pbm-gallery-main {
    width: 100%;
    height: 100%;
    position: relative;
}

.pbm-gallery-slide {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pbm-gallery-slide.active {
    display: block;
}

.pbm-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    color: #9ca3af;
}

.pbm-no-image .material-symbols-outlined {
    font-size: 64px;
    margin-bottom: 8px;
}

/* Botones de navegación galería */
.pbm-gallery-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbm-gallery-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.pbm-gallery-prev { left: 16px; }
.pbm-gallery-next { right: 16px; }

/* Contador de galería */
.pbm-gallery-counter {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10;
}

/* Botón cerrar/volver */
.pbm-back-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 10;
    transition: background 0.2s;
}

.pbm-back-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* ========================================
   CONTENIDO PRINCIPAL
   ======================================== */

.pbm-business-content {
    padding: 24px;
}

.pbm-section {
    margin-bottom: 24px;
}

.pbm-section:last-child {
    margin-bottom: 0;
}

.pbm-section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1a;
}

/* ========================================
   HEADER: Badges + Rating
   ======================================== */

.pbm-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.pbm-badges-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pbm-badge {
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.pbm-badge .material-symbols-outlined {
    font-size: 16px;
}

/* Badges específicos */
.pbm-badge-fundador { background: linear-gradient(90deg, #f8c000 0%, #dd9900 100%); }
.pbm-badge-premium { background: linear-gradient(90deg, #bdc3c7 0%, #95a5a6 100%); }
.pbm-badge-nuevo { background: linear-gradient(90deg, #27ae60 0%, #1e8449 100%); }
.pbm-badge-verificado { background: linear-gradient(90deg, #429bfc 0%, #2b7fff 100%); }
.pbm-attr-entrega { background: linear-gradient(90deg, #1abc9c 0%, #16a085 100%); }
.pbm-attr-popular { background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%); }
.pbm-attr-valorado { background: linear-gradient(90deg, #f39c12 0%, #e67e22 100%); }

/* Rating */
.pbm-rating-md {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
}

.pbm-rating-value {
    font-weight: 700;
    color: #1a1a1a;
}

.pbm-rating-count {
    color: #6b7280;
    font-size: 14px;
}

/* ========================================
   TÍTULO
   ======================================== */

.pbm-title-section {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 16px;
}

.pbm-business-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px 0;
    line-height: 1.2;
}

.pbm-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
}

/* ========================================
   INFO BÁSICA
   ======================================== */

.pbm-basic-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pbm-info-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.pbm-info-item .material-symbols-outlined {
    font-size: 20px;
    color: #6b7280;
    flex-shrink: 0;
}

.pbm-address-full {
    font-size: 15px;
    color: #374151;
    line-height: 1.4;
}

.pbm-reference {
    font-size: 14px;
    color: #9ca3af;
    font-style: italic;
}

.pbm-response {
    color: #10b981;
}

.pbm-response .material-symbols-outlined {
    color: #10b981;
}

/* ========================================
   CONTACTO
   ======================================== */

.pbm-contact-section {
    background: #f9fafb;
    padding: 16px;
    border-radius: 8px;
}

.pbm-contact-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.pbm-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.pbm-contact-btn .material-symbols-outlined {
    font-size: 20px;
}

.pbm-btn-whatsapp {
    background: #25d366;
    color: #fff;
}

.pbm-btn-whatsapp:hover {
    background: #20ba5a;
}

.pbm-btn-phone {
    background: #3b82f6;
    color: #fff;
}

.pbm-btn-phone:hover {
    background: #2563eb;
}

.pbm-btn-email {
    background: #8b5cf6;
    color: #fff;
}

.pbm-btn-email:hover {
    background: #7c3aed;
}

.pbm-btn-website {
    background: #6b7280;
    color: #fff;
}

.pbm-btn-website:hover {
    background: #4b5563;
}

.pbm-social-media {
    display: flex;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.pbm-social-media a {
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.pbm-social-media a:hover {
    color: #1a1a1a;
}

/* ========================================
   SOBRE NOSOTROS
   ======================================== */

.pbm-about-content {
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
}

.pbm-about-content p {
    margin-bottom: 12px;
}

.pbm-about-content p:last-child {
    margin-bottom: 0;
}

/* ========================================
   HORARIOS
   ======================================== */

.pbm-schedule-section {
    background: #f9fafb;
    padding: 16px;
    border-radius: 8px;
}

.pbm-schedule-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.pbm-schedule-header .material-symbols-outlined {
    font-size: 20px;
    color: #6b7280;
}

.pbm-schedule-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #1a1a1a;
}

.pbm-schedule-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pbm-schedule-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
}

.pbm-schedule-row.today {
    background: #dbeafe;
    font-weight: 600;
}

.pbm-day {
    color: #374151;
}

.pbm-hours {
    color: #6b7280;
}

.pbm-note {
    display: block;
    font-size: 12px;
    color: #f59e0b;
    margin-top: 2px;
}

.pbm-today-status {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.pbm-alert {
    color: #f59e0b;
    font-size: 14px;
}

.pbm-holiday-alert {
    padding: 12px;
    background: #fee2e2;
    border-radius: 6px;
    text-align: center;
}

/* ========================================
   DESTACADOS
   ======================================== */

.pbm-highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.pbm-highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #f9fafb;
    border-radius: 6px;
    font-size: 14px;
    color: #374151;
}

.pbm-highlight-item .material-symbols-outlined {
    font-size: 20px;
    color: #10b981;
}

/* ========================================
   ESPECIALIDADES / PRODUCTOS
   ======================================== */

.pbm-specialties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}

.pbm-product-card {
    background: #f9fafb;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s;
}

.pbm-product-card:hover {
    transform: translateY(-2px);
}

.pbm-product-card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.pbm-product-info {
    padding: 12px;
}

.pbm-product-info h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px 0;
}

.pbm-product-price {
    font-size: 16px;
    font-weight: 700;
    color: #10b981;
}

.pbm-product-info p {
    font-size: 13px;
    color: #6b7280;
    margin: 6px 0 0 0;
    line-height: 1.4;
}

/* ========================================
   RESEÑAS
   ======================================== */

.pbm-placeholder {
    padding: 20px;
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
    background: #f9fafb;
    border-radius: 8px;
}

/* ========================================
   PROMOCIÓN
   ======================================== */

.pbm-promotion-section {
    background: linear-gradient(90deg, #f0fdf4 0%, #d1fae5 100%);
    border: 2px solid #10b981;
    padding: 16px;
    border-radius: 8px;
}

.pbm-promotion-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.pbm-promotion-content p {
    font-size: 14px;
    color: #374151;
    margin: 0 0 12px 0;
}

.pbm-promo-code {
    background: #fff;
    border: 2px dashed #10b981;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 15px;
    margin-bottom: 8px;
}

.pbm-promo-code strong {
    color: #10b981;
    font-weight: 700;
}

.pbm-promo-expiry {
    font-size: 13px;
    color: #f97316;
    margin: 0;
}

/* ========================================
   MAPA
   ======================================== */

.pbm-map-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.pbm-map-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    background: #f3f4f6;
    color: #374151;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid #e5e7eb;
}

.pbm-map-btn:hover {
    background: #e5e7eb;
    border-color: #d1d5db;
}

.pbm-map-btn .material-symbols-outlined {
    font-size: 20px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .pbm-single-business-wrapper {
        padding: 0;
    }
    
    .pbm-business-container {
        border-radius: 0;
        min-height: 100vh;
    }
    
    .pbm-business-gallery-full {
        height: 300px;
    }
    
    .pbm-business-content {
        padding: 16px;
    }
    
    .pbm-business-title {
        font-size: 24px;
    }
    
    .pbm-contact-buttons {
        grid-template-columns: 1fr;
    }
    
    .pbm-highlights-grid {
        grid-template-columns: 1fr;
    }
    
    .pbm-specialties-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pbm-map-buttons {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .pbm-specialties-grid {
        grid-template-columns: 1fr;
    }
}
.pbm-highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.pbm-highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #f9fafb;
    border-radius: 6px;
    font-size: 14px;
    color: #374151;
}

.pbm-highlight-item .material-symbols-outlined {
    font-size: 20px;
    color: #10b981;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .pbm-highlights-grid {
        grid-template-columns: 1fr;
    }
}
/* ========================================
   SECCIÓN DE CONTACTO
   ======================================== */

.pbm-contact-section {
    background: #f9fafb;
    padding: 20px;
    border-radius: 8px;
}

.pbm-contact-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.pbm-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
}

.pbm-contact-btn .material-symbols-outlined {
    font-size: 20px;
}

/* Botón WhatsApp */
.pbm-btn-whatsapp {
    background: #25d366;
    color: #fff;
}

.pbm-btn-whatsapp:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

/* Botón Teléfono */
.pbm-btn-phone {
    background: #3b82f6;
    color: #fff;
}

.pbm-btn-phone:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Botón Cómo llegar */
.pbm-btn-map {
    background: #f59e0b;
    color: #fff;
}

.pbm-btn-map:hover {
    background: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

/* Botón Sitio Web */
.pbm-btn-website {
    background: #6b7280;
    color: #fff;
}

.pbm-btn-website:hover {
    background: #4b5563;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 114, 128, 0.3);
}

/* ========================================
   REDES SOCIALES
   ======================================== */

.pbm-social-media {
    display: flex;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
    justify-content: center;
}

.pbm-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #e5e7eb;
}

.pbm-social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pbm-social-btn .material-symbols-outlined {
    font-size: 22px;
}

/* Instagram */
.pbm-social-instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    border-color: transparent;
}

/* Facebook */
.pbm-social-facebook:hover {
    background: #1877f2;
    color: #fff;
    border-color: transparent;
}

/* Web */
.pbm-social-web:hover {
    background: #10b981;
    color: #fff;
    border-color: transparent;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .pbm-contact-buttons {
        grid-template-columns: 1fr;
    }
    
    .pbm-social-media {
        gap: 16px;
    }
}

/* ========================================
   BADGES EN BUSINESS CARD (sobre imagen)
   ======================================== */

.business-card .pbm-card-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10;
}

.business-card .pbm-badge {
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}

/* Rating en business card - superior derecha */
.business-card .pbm-badge-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #dbad28;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 10;
}
/* ========================================
   BADGES EN SINGLE BUSINESS (header normal)
   ======================================== */

.pbm-single-business-wrapper .pbm-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.pbm-single-business-wrapper .pbm-badges-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* SIN position absolute */
    position: relative;
}

.pbm-single-business-wrapper .pbm-badge {
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    /* SIN position absolute */
    position: relative;
}

.pbm-single-business-wrapper .pbm-rating-md {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    /* SIN position absolute */
    position: relative;
}
/* ========================================
   ESTILOS COMPARTIDOS DE BADGES
   ======================================== */

.pbm-badge .material-symbols-outlined {
    font-size: 16px;
    line-height: 1;
}

/* Colores de badges */
.pbm-badge-fundador { 
    background: linear-gradient(90deg, #f8c000 0%, #dd9900 100%); 
}

.pbm-badge-premium { 
    background: linear-gradient(90deg, #bdc3c7 0%, #95a5a6 100%); 
}

.pbm-badge-nuevo { 
    background: linear-gradient(90deg, #27ae60 0%, #1e8449 100%); 
}

.pbm-badge-verificado { 
    background: linear-gradient(90deg, #429bfc 0%, #2b7fff 100%); 
}

.pbm-attr-entrega { 
    background: linear-gradient(90deg, #1abc9c 0%, #16a085 100%); 
}

.pbm-attr-popular { 
    background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%); 
}

.pbm-attr-valorado { 
    background: linear-gradient(90deg, #f39c12 0%, #e67e22 100%); 
}

/* ===== SECCIÓN DE PROMOCIÓN ===== */
.pbm-promotion-section {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}

.pbm-promotion-container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: start;
}

.pbm-promotion-content {
    flex: 1;
    text-align: center;
}

.pbm-promotion-header {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 12px 0;
    color: #2e7d32;
}

.pbm-promotion-text {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.4;
}

.pbm-promotion-code {
    background: white;
    border: 2px dashed #4caf50;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 15px 0;
    display: inline-block;
}

.pbm-code-label {
    color: #666;
    font-size: 0.9rem;
}

.pbm-code-value {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-size: 1.2rem;
    color: #2e7d32;
    margin-left: 8px;
}

.pbm-promotion-expiry {
    font-size: 0.9rem;
    color: #666;
    margin: 10px 0 5px;
}

.pbm-promotion-countdown {
    color: #d32f2f;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.pbm-promotion-btn {
    background: #4caf50;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}

.pbm-promotion-btn:hover {
    background: #45a049;
    color: white;
    text-decoration: none;
}

.pbm-promotion-qr {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pbm-qr-image {
    border: 3px solid white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 150px;
    height: 150px;
}

.pbm-qr-label {
    font-size: 0.85rem;
    color: #666;
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .pbm-promotion-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .pbm-promotion-qr {
        margin-top: 15px;
        order: -1; /* QR arriba en mobile */
    }
    
    .pbm-promotion-code {
        display: block;
        margin: 15px auto;
    }
}
