<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * This program is free software: you can redistribute it and/or modify it under the
 * terms of the GNU General Public License as published by the Free Software Foundation,
 * either version 3 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along with this program.
 * If not, see https://www.gnu.org/licenses/.
 */
/* Estilos checkout */
.correos_oficial .extra-container {
    font-family: CarteroLight;
    color: var(--co_blue);
    margin-bottom: 25px;
    display: grid;
    justify-items: stretch;
}

.correos_oficial .extra-container .customs-advice-doc {
    font-size: 12px;
}

.correos_oficial .extra-container .co_primary_button {
    color: var(--co_white) !important;
    background-color: var(--co_blue) !important;
    border: 1px solid var(--co_blue) !important;
    border-radius: 3px !important;
    padding: 0.5em !important;
}

.correos_oficial .extra-container .co_primary_button:hover {
    background: linear-gradient(to bottom, var(--co_blue_hover) 5%, var(--co_blue_hover) 100%) !important;
    background-color: var(--co_blue) !important;
}

.correos_oficial .extra-container .office-schedule-and-map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.correos_oficial .extra-container .city-paq-schedule-and-map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.correos_oficial .extra-container .map-section {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

.correos_oficial .extra-container .city-paq-schedule-and-map, .correos_oficial .extra-container .office-schedule-and-map {
    text-align: center;
}

.correos_oficial .extra-container input[type=text] {
    width: 100%;
}

.correos_oficial .woocommerce-page table.shop_table_responsive tbody td a.button, .woocommerce-page table.shop_table_responsive tbody td button {
    margin-bottom: 0 !important;
}

.correos_oficial .frontOptionSelector {
    max-width: 20em;
} </pre></body></html>