.epipackaging-selector {
    margin: 15px 0;
}

.epipackaging-selector-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.epipackaging-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.epipackaging-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.epipackaging-tile:hover {
    border-color: #999;
}

.epipackaging-tile-active {
    border-color: #2fb5d2;
    background: #eaf8fb;
}

.epipackaging-tile-label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.epipackaging-tile-qty {
    font-size: 13px;
    margin-top: 4px;
}

.epipackaging-unit-note {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    /* Lets a future two-paragraph translation (separated by a blank
       line in the translated string) render as two visual paragraphs,
       since this is set via textContent rather than innerHTML. */
    white-space: pre-line;
}

.epipackaging-unit-note[hidden] {
    display: none;
}

.epipackaging-status-message {
    margin-top: 8px;
    font-size: 13px;
    color: #333333;
}
