/* Estilos generales */

.dc-main {
    padding-bottom: 30px;
}

.dc-profile-redesign {
    background-color: #f4fbff;
    font-family: "Work Sans", sans-serif;
    color: #2d3748;
}

/* Estilos para los botones del encabezado de la foto */
.dc-profile-redesign .profile-header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.dc-profile-redesign .profile-header img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.dc-profile-redesign .profile-header-button {
    position: absolute;
    top: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d3748;
    font-size: 1.2rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 2;
}

.dc-profile-redesign .stat-label {
    font-size: 1.15rem;
}

.dc-profile-redesign .profile-header-back {
    left: 1rem;
}

.dc-profile-redesign .profile-header-share {
    right: 1rem;
}

.dc-profile-redesign .profile-header-button:hover {
    background-color: #499fd8;
    color: #fff;
}

/* Sección de información del doctor (nombre, especialidad, rating) */
.dc-profile-redesign .profile-info {
    background-color: #f4fbff; /* Fondo azulado claro */
    padding: 1rem;
    border-radius: 30px 30px 0 0;
    margin-top: -2rem;
    position: relative;
    z-index: 1;
    text-align: center; /* Centrar todo el contenido */
}

.dc-profile-redesign .profile-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center; /* Centrar el nombre */
}

/* QUITADO: No se muestra el ícono de verificación */
/* .dc-profile-redesign .profile-name .verified-badge {
    display: none;
} */

.dc-profile-redesign .profile-views {
    font-size: 1.1rem;
    /* margin: 0 0 1rem 0; */
    margin: 0;
    justify-content: center;
}

.dc-profile-redesign .profile-specialty {
    font-size: 1.1rem; /* Más grande */
    color: #499fd8; /* Color azul */
    /* margin: 0 0 1rem 0; */
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; /* Centrar la especialidad */
}

.dc-profile-redesign .profile-specialty i {
    margin-right: 0.5rem;
    color: #499fd8;
}

.dc-profile-redesign .profile-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.dc-profile-redesign .profile-stats .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 26px; /* Asegurar la misma altura para alinear horizontalmente */
}

.dc-profile-redesign .profile-stats .stat-value {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
}

.dc-profile-redesign .profile-stats .stat-stars {
    display: flex;
    align-items: center;
    min-height: 26px; /* Asegurar la misma altura para alinear horizontalmente */
}

.dc-profile-redesign .profile-stats .stat-stars i {
    color: #fbbf24;
    font-size: 0.9rem;
}

.dc-profile-redesign .profile-stats .stat-separator {
    font-size: 1.2rem;
    color: #718096;
}

.dc-profile-redesign .profile-cashea {
    margin: 0 auto;
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.dc-profile-redesign .profile-cashea img {
    height: 18px;
    display: block;
}

#rating-stat,
#reviews-count-stat {
    cursor: pointer;
}

/* Sección de WhatsApp */
.dc-profile-redesign .whatsapp-section {
    background-color: #fff; /* Fondo blanco */
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dc-profile-redesign .whatsapp-section .whatsapp-text {
    flex: 1;
}

.dc-profile-redesign .whatsapp-section .whatsapp-text h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

.dc-profile-redesign .whatsapp-section .whatsapp-text p {
    font-size: 0.85rem;
    color: #718096;
    margin: 0;
}

.dc-profile-redesign .whatsapp-section .whatsapp-btn {
    background-color: transparent;
    color: var(--terthemecolor);
    border: 2px solid #499fd8;
    padding: 0.2rem 0.5rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.dc-profile-redesign .whatsapp-section .whatsapp-btn:hover {
    background-color: #499fd8;
    color: #fff;
}

.dc-profile-redesign .whatsapp-section .whatsapp-btn i {
    font-size: 1.2rem;
}

/* Sección general */
.dc-profile-redesign .section {
    padding: 1.5rem;
    border-bottom: 1px solid #edeff2;
}

.dc-profile-redesign .section:last-child {
    border-bottom: none;
}

.dc-profile-redesign .section-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.dc-profile-redesign .section-subtitle {
    font-size: 0.9rem;
    color: #718096;
    margin: 0 0 1rem 0;
}

/* Sección de Servicios */
.dc-profile-redesign .services-section {
    background-color: #f4fbff; /* Fondo azulado claro */
}

.dc-profile-redesign .services-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dc-profile-redesign .service-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    border: 2px solid #499fd8;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    margin: 0;
    font-size: 1rem;
    color: #2d3748;
    gap: 0.75rem;
    box-sizing: border-box;
}

.dc-profile-redesign .service-tag .service-name {
    display: block;
}

.dc-profile-redesign .service-tag .service-show-price-btn {
    border: 2px solid #499fd8;
    background: #fff;
    color: #499fd8;
    border-radius: 30px;
    padding: 0.45rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
}

.dc-profile-redesign .service-tag .service-show-price-btn:hover {
    background: #499fd8;
    color: #fff;
}

.dc-profile-redesign .service-tag .service-price {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #499fd8;
    white-space: nowrap;
}

.dc-profile-redesign .show-more-btn {
    display: block;
    width: 100%;
    margin: 1rem auto 0;
    background-color: #fff;
    color: #499fd8;
    border: 2px solid #499fd8;
    padding: 0.3rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.dc-profile-redesign .show-more-btn:hover {
    background-color: #499fd8;
    color: #fff;
}

.dc-profile-redesign .no-services {
    text-align: center;
    font-size: 0.9rem;
    color: #718096;
    margin: 1rem 0;
}

/* Sección de Oficinas */
.dc-profile-redesign .offices-section {
    background-color: #f4fbff;
}

.dc-profile-redesign .offices-carousel {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding: 0.5rem 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #499fd8 #f0f7ff;
}

.dc-profile-redesign .offices-carousel::-webkit-scrollbar {
    height: 8px;
}

.dc-profile-redesign .offices-carousel::-webkit-scrollbar-thumb {
    background-color: #499fd8;
    border-radius: 10px;
}

.dc-profile-redesign .offices-carousel::-webkit-scrollbar-track {
    background: #f0f7ff;
    border-radius: 10px;
}

.dc-profile-redesign .office-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 150px;
    width: 150px;
    cursor: pointer;
}

.dc-profile-redesign .office-image {
    width: 100%;
    height: 150px;
    border-radius: 20px; /* Border radius de 20px */
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.dc-profile-redesign .office-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dc-profile-redesign .office-name {
    font-size: 1rem;
    font-weight: 600;
    text-align: left; /* Alineado a la izquierda */
    margin: 0;
    line-height: 1rem;
}

.dc-profile-redesign .no-offices {
    text-align: center;
    font-size: 0.9rem;
    color: #718096;
    margin: 1rem 0;
}

/* Sección de Horarios */
.dc-profile-redesign .schedule-section {
    background-color: white; /* Fondo blanco */
    padding: 1.5rem;
    border-radius: 8px;
    /* margin: 1rem 0; */
}

.dc-profile-redesign .schedule-button-container {
    margin: 0.5rem 0;
}

.dc-profile-redesign .schedule-button {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #499fd8;
    border-radius: 40px; /* Border radius de 40px */
    font-size: 1rem;
    color: #2d3748;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left; /* Alineado a la izquierda */
}

.dc-profile-redesign .schedule-button > div {
    display: flex;
    align-items: center;
}

.dc-profile-redesign .schedule-button > div i {
    font-size: 1.9rem;
}

.dc-profile-redesign .schedule-button > div span {
    margin-left: 0.5rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding: .5rem;
}

.dc-profile-redesign .schedule-button i {
    font-size: 1.2rem;
    color: #499fd8;
    margin-right: 0.5rem;
}

.dc-profile-redesign .schedule-button:hover {
    background-color: #499fd8;
    color: #fff;
}

.dc-profile-redesign .schedule-button.active {
    background-color: #499fd8;
    color: #fff;
}


.dc-profile-redesign .schedule-button:hover i,
.dc-profile-redesign .schedule-button.active i {
    color: #fff;
}

.dc-profile-redesign .schedule-details {
    margin-top: 1rem;
    margin-bottom: 1rem; /* Margin bottom adicional cuando está desplegado */
    /* No es necesario overflow: hidden aquí, ya que el slideToggle maneja la altura */
}

.dc-profile-redesign .schedule-details h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

/* Carrusel de fechas */
.dc-profile-redesign .date-carousel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow-x: hidden;
    padding: 0.5rem 0;
}

.dc-profile-redesign .date-button-caret {
    padding: 0.5rem;
    border: 2px solid #499fd8;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #2d3748;
    background-color: #fff;
    cursor: pointer;
    flex-shrink: 0;
}

.dc-profile-redesign .date-button-caret:hover {
    background-color: #499fd8;
    color: #fff;
}

.dc-profile-redesign .date-carousel-inner {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #499fd8 #f0f7ff;
    flex-grow: 1;
}

.dc-profile-redesign .date-carousel-inner::-webkit-scrollbar {
    height: 8px;
}

.dc-profile-redesign .date-carousel-inner::-webkit-scrollbar-thumb {
    background-color: #499fd8;
    border-radius: 10px;
}

.dc-profile-redesign .date-carousel-inner::-webkit-scrollbar-track {
    background: #f0f7ff;
    border-radius: 10px;
}

.dc-profile-redesign .date-button {
    padding: 0.5rem 1rem;
    border: 2px solid #499fd8;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #2d3748;
    background-color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 60px;
    max-width: 80px;
}

.dc-profile-redesign .date-button.active {
    background-color: #499fd8;
    color: #fff;
}

.dc-profile-redesign .date-button:hover {
    background-color: #499fd8;
    color: #fff;
}

/* Estilos para los bloques de horas */
.dc-profile-redesign .time-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.dc-profile-redesign .time-button {
    padding: 0.5rem 1rem;
    border: 2px solid #499fd8;
    border-radius: 30px; /* Border radius de 30px */
    font-size: 0.9rem;
    color: #2d3748;
    background-color: #fff;
    cursor: pointer;
}

.dc-profile-redesign .time-button:hover {
    background-color: #499fd8;
    color: #fff;
}

.dc-profile-redesign .time-button.active {
    background-color: #499fd8;
    color: #fff;
}

/* Mensajes de estado */
.dc-profile-redesign .loading-timeslots,
.dc-profile-redesign .no-timeslots,
.dc-profile-redesign .error-timeslots {
    text-align: center;
    padding: 1rem;
    font-style: italic;
    color: #718096;
}

/* Carrusel de fechas (si se implementa en el futuro) */

.dc-profile-redesign .date-carousel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow-x: hidden;
    padding: 0.5rem 0;
}

.dc-profile-redesign .date-button-caret {
    padding: 0.5rem;
    border: 2px solid #499fd8;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #2d3748;
    background-color: #fff;
    cursor: pointer;
    flex-shrink: 0;
}

.dc-profile-redesign .date-button-caret:hover {
    background-color: #499fd8;
    color: #fff;
}

.dc-profile-redesign .date-carousel-inner {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #499fd8 #f0f7ff;
    flex-grow: 1;
}

.dc-profile-redesign .date-carousel-inner::-webkit-scrollbar {
    height: 8px;
}

.dc-profile-redesign .date-carousel-inner::-webkit-scrollbar-thumb {
    background-color: #499fd8;
    border-radius: 10px;
}

.dc-profile-redesign .date-carousel-inner::-webkit-scrollbar-track {
    background: #f0f7ff;
    border-radius: 10px;
}

.dc-profile-redesign .date-button {
    padding: 0.5rem 1rem;
    border: 2px solid #499fd8;
    border-radius: 20px;
    font-size: 1.3rem;
    color: #2d3748;
    background-color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 60px;
    max-width: 80px;
    font-weight: bold;
}

.dc-profile-redesign .date-button:hover {
    background-color: #499fd8;
    color: #fff;
}

.dc-profile-redesign .date-button.active {
    background-color: #499fd8;
    color: #fff;
}

/* Estilos para los bloques de horas */
.dc-profile-redesign .time-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
    gap: 0.5rem; /* Espacio entre los botones */
    margin-top: 1rem;
    justify-items: stretch; /* Asegura que los elementos ocupen el ancho completo de su celda */
}

.dc-profile-redesign .time-button {
    padding: 0.5rem 1rem;
    border: 2px solid #499fd8;
    border-radius: 30px; /* Border radius de 30px */
    font-size: 0.9rem;
    color: #2d3748;
    background-color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center; /* Centrar el texto dentro del botón */
    white-space: nowrap; /* Evitar que el texto se rompa en varias líneas */
    overflow: hidden; /* Ocultar cualquier texto que exceda el ancho */
    text-overflow: ellipsis; /* Mostrar puntos suspensivos si el texto es demasiado largo */
    min-width: 0; /* Permite que el botón se contraiga si es necesario */
}

.dc-profile-redesign .time-button:hover {
    background-color: #499fd8;
    color: #fff;
}

.dc-profile-redesign .time-button.active {
    background-color: #499fd8;
    color: #fff;
}

/* Sección de Métodos de Pago */
.dc-profile-redesign .payment-section {
    background-color: #fff; /* Fondo blanco */
}

.dc-profile-redesign .payment-method {
    background-color: transparent;
    border: 2px solid #499fd8;
    border-radius: 16px;
    padding: 1rem;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease; /* Efecto transition */
    cursor: pointer;
}

.dc-profile-redesign .payment-method:hover {
    background-color: #e6f7ff; /* Efecto hover */
}

.dc-profile-redesign .payment-method-icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: #499fd8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.5rem;
}

.dc-profile-redesign .payment-method-text {
    flex: 1;
}

.dc-profile-redesign .payment-method-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
}

.dc-profile-redesign .payment-method-title-logo img {
    height: 20px;
    width: auto;
    display: block;
}

.dc-profile-redesign .payment-method-desc {
    font-size: 0.85rem;
    color: #718096;
    margin: 0;
    line-height: 1.3;
}

.dc-profile-redesign .no-payment-methods {
    text-align: center;
    font-size: 0.9rem;
    color: #718096;
    margin: 1rem 0;
}

/* Sección de Opiniones */
.dc-profile-redesign .reviews-section {
    background-color: #fff; /* Fondo blanco */
}

.dc-profile-redesign .reviews-carousel {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding: 0.5rem 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #499fd8 #f0f7ff;
}

.dc-profile-redesign .reviews-carousel::-webkit-scrollbar {
    height: 8px;
}

.dc-profile-redesign .reviews-carousel::-webkit-scrollbar-thumb {
    background-color: #499fd8;
    border-radius: 10px;
}

.dc-profile-redesign .reviews-carousel::-webkit-scrollbar-track {
    background: #f0f7ff;
    border-radius: 10px;
}

.dc-profile-redesign .review-card {
    background-color: #fff;
    border: 1px solid #edeff2;
    border-radius: 8px;
    padding: 1rem;
    margin: 0.5rem 0;
    min-width: calc(100% - 1rem);
    box-sizing: border-box;
}

.dc-profile-redesign .review-author {
    font-size: 1rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 0.25rem 0;
}

.dc-profile-redesign .review-date {
    font-size: 0.85rem;
    color: #499fd8; /* Color azul */
    margin: 0 0 0.25rem 0;
}

.dc-profile-redesign .review-title {
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 0.25rem 0;
    font-size: 0.9rem;
}

.dc-profile-redesign .review-rating {
    display: flex;
    align-items: center;
    margin: 0 0 0.5rem 0;
}

.dc-profile-redesign .review-rating .stars {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

.dc-profile-redesign .review-rating .stars i {
    color: #fbbf24;
    font-size: 0.9rem;
}

.dc-profile-redesign .review-rating .rating-value {
    font-size: 0.9rem;
    color: #499fd8; /* Color azul */
    margin: 0;
}

.dc-profile-redesign .no-reviews {
    text-align: center;
    font-size: 0.9rem;
    color: #718096;
    margin: 1rem 0;
}

/* Barra fija en la parte inferior */
.dc-profile-redesign .fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 1.5rem 1rem 2rem 1rem;
    z-index: 1000;
}

.dc-profile-redesign .fixed-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dc-profile-redesign .fixed-footer .price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
}

.dc-profile-redesign .fixed-footer .price-label {
    font-size: 0.85rem;
    color: #718096;
}

.dc-profile-redesign .fixed-footer .book-btn {
    background-color: #499fd8;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

/* Estilo para la etiqueta .dc-doc-specilities-tag a */
.dc-profile-redesign .dc-doc-specilities-tag a {
    color: #499fd8 !important;
}

.dc-profile-redesign .profile-section .profile-extra-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    justify-content: center;
}

.dc-profile-redesign .profile-section .profile-views {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 26px;
}

.dc-profile-redesign .office-route {
    text-align: left;
    width: 100%;
}

.dc-profile-redesign .profile-mpps {
    font-size: 1.1rem;
}

/* Responsive */
@media (min-width: 768px) {
    .dc-profile-redesign {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .dc-sidebar-grid {
        margin-top: 0;
    }

    #dc-sidebar .dc-profile-redesign {
        background: transparent;
    }
}

@media (max-width: 370px) {
    .dc-profile-redesign .time-button {
        font-size: 0.8rem;
    }
}

@media (min-width: 1080px) {
    /* Moves content more to the right after forcing the dashboard drawer */
    body:not(.single-post) .dc-wrapper .dc-main {
        padding: 20px 40px 20px 10px;
    }
}

@media (min-width: 768px) {

    .dc-profile-redesign .profile-mpps {
        font-size: 1.15rem;
    }

    .dc-profile-redesign .profile-cashea {
        margin: 0;
        margin-top: 0.75rem;
    }

    .dc-profile-redesign .fixed-footer .book-btn {
        font-size: 1.1rem;
    }

    .dc-profile-redesign {
        margin-top: 20px;
    }

    .dc-profile-redesign .section {
        background: white;
        border-radius: 16px;
        margin-bottom: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .dc-profile-redesign .profile-section {
        display: flex;
        align-items: center;
        gap: 1.25rem;
        padding: 1rem 1.5rem;
        margin: 0.5rem 0 1rem;
        background: white;
        border-radius: 16px;
        margin-bottom: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .dc-profile-redesign .whatsapp-section {
        background: white;
        padding: 1rem 1.5rem;
        border-radius: 16px;
        margin-bottom: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .dc-profile-redesign .schedule-button {
        border-radius: 8px;
    }

    .dc-profile-redesign .whatsapp-section .whatsapp-text p {
        font-size: 1rem;
    }

    .dc-profile-redesign .section-subtitle {
        font-size: 1rem;
    }

    .dc-profile-redesign .show-more-btn {
        font-size: 1rem;
    }

    .dc-profile-redesign .service-tag {
        display: flex;
        flex: 0 0 calc(50% - 0.25rem);
        width: calc(50% - 0.25rem);
        margin: 0;
    }

    .dc-profile-redesign .services-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .dc-profile-redesign .date-button {
        font-size: 1rem;
    }

    .dc-profile-redesign .time-button {
        font-size: 1rem;
    }

    .dc-profile-redesign .section-title {
        font-size: 1.15rem;
        margin-bottom: 0.5rem;
    }

    .dc-profile-redesign .profile-section .profile-header {
        width: auto;
        overflow: visible;
        flex-shrink: 0;
    }

    .dc-profile-redesign .profile-section .profile-header img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
    }

    .dc-profile-redesign .profile-section .profile-header-button {
        display: none;
    }

    .dc-profile-redesign .whatsapp-section .whatsapp-text h4 {
        font-size: 1.15rem;
    }

    .dc-profile-redesign .profile-section .profile-info {
        background: transparent;
        margin-top: 0;
        padding: 0;
        border-radius: 0;
        text-align: left;
        flex: 1;
    }

    .dc-profile-redesign .payment-section {
        margin-top: 0.5rem;
    }

    .dc-profile-redesign .whatsapp-section .whatsapp-btn {
        font-size: 1rem;
    }

    .dc-profile-redesign .profile-section .profile-name {
        justify-content: flex-start;
        font-size: 1.7rem;
        margin-bottom: 0.35rem;
    }

    .dc-profile-redesign .dc-doc-specilities-tag a {
        color: gray !important;
    }

    .dc-profile-redesign .profile-section .profile-extra-info {
        margin-bottom: 0.5rem;
        flex-direction: row;
        align-items: center;
        gap: 24px;
        justify-content: flex-start;
    }

    .dc-profile-redesign .profile-section .profile-extra-info .profile-views {
        font-size: 1.15rem;
    }

    .dc-profile-redesign .profile-section .profile-specialty {
        justify-content: flex-start;
        /* margin: 0 0 0.5rem 0; */
        margin: 0;
        font-size: 1.15rem;
    }

    .dc-profile-redesign .profile-section .profile-stats {
        justify-content: flex-start;
        gap: 0.6rem;
        margin-top: 0;
    }

    .dc-profile-redesign .profile-section .profile-stats .stat-separator {
        display: none;
    }

    .dc-profile-redesign .profile-section .profile-stats .stat-item {
        min-height: auto;
    }

    .dc-profile-redesign .profile-section #rating-stat {
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
    }

    .dc-profile-redesign .profile-section #rating-stat .stat-value {
        margin: 0;
        font-size: 1.15rem;
    }

    .dc-profile-redesign .profile-section #reviews-count-stat {
        flex-direction: row;
        align-items: center;
        gap: 0.25rem;
    }

    .dc-profile-redesign .profile-section .profile-views {
        flex-direction: row;
        align-items: center;
        gap: 0.25rem;
    }

    .dc-profile-redesign .profile-section #reviews-count-stat .stat-value,
    .dc-profile-redesign .profile-section #reviews-count-stat .stat-label {
        margin: 0;
        font-size: 1.15rem;
        font-weight: 400;
        color: #2d3748;
    }

    .dc-profile-redesign .profile-section .profile-cashea {
        justify-content: flex-start;
        margin-top: 0.65rem;
    }

    .dc-profile-redesign .fixed-footer .price-label {
        font-size: 1.1rem;
    }

    .dc-profile-redesign .payment-method-desc {
        font-size: 1rem;
    }

    .dc-feedback {
        background: white !important;
        border-radius: 16px;
        margin-bottom: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .dc-feedback .dc-title h3 {
        font-size: 1.15rem;
    }

    .dc-feedback .dc-searchresult-head {
        margin-bottom: 0;
    }

    .dc-feedback > p {
        color: #718096;
        font-size: 1rem;
    }

    .dc-feedbackelement .dc-feedback-content p {
        font-size: 1rem;
    }

    .dc-profile-redesign .profile-views {
        margin-bottom: 0;
        justify-content: center;
    }
}

