body {
    background-color: #ffffff;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.main-wrapper {
    /* Custom background pattern from image */
    background-image: url("../../img/background.svg");
    background-repeat: repeat;
    min-height: 100vh;
}

.container {
    max-width: 600px;
}

h1 {
    font-weight: 800;
    font-size: 2.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.label-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95rem;
    margin-bottom: 0.1rem;
    color: #000;
    letter-spacing: 0.02em;
}

.label-value {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #333;
    font-weight: 400;
}

.ingredients-value {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

/* Nutritional Values Section */
.nutrition-wrapper {
    background-color: #1a1a1a;
    color: #fff;
    padding: 2.5rem 1.5rem;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 2rem;
}

.nutrition-wrapper h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
}

.nutrition-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.nutrition-table {
    width: 100%;
    border-collapse: collapse;
}

.nutrition-table td {
    padding: 0.75rem 0;
    border-bottom: 2px solid #ffffff;
    vertical-align: middle;
}

.nutrition-table .no-border td {
    border-bottom: none;
    padding-bottom: 0.05rem;
}

.nutrition-table .no-border + tr td {
    padding-top: 0.05rem;
}

.nutrition-table tr:last-child td {
    border-bottom: none;
}

.nutrition-table .sub-item {
    font-size: 0.85rem;
    opacity: 0.8;
}

.nutrition-table .value {
    text-align: right;
    font-weight: 400;
    white-space: nowrap;
}

.nutrition-table .energy-value {
    font-weight: 500;
}

.nutrition-table .energy-label {
    font-weight: 500;
}

/* Recycling Section */
.recycling-section {
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.recycling-section h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
}

.recycling-section h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.recycling-table {
    width: 100%;
    border: 2px solid #000;
}

.recycling-table th {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0.75rem 0.4rem;
    text-align: center;
    border: 1px solid #000;
}

.recycling-table td {
    border: 1px solid #000;
    padding: 0.75rem 0.4rem;
    text-align: center;
    font-size: 0.8rem;
    vertical-align: middle;
}

.recycling-table .part-name {
    font-weight: 700;
}

/* Footer Section */
.responsible-drinking {
    text-align: center;
    margin-bottom: 3rem;
}

.responsible-drinking h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.icons-row {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.brand-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: none;
}

.brand-footer .qr-vino {
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.brand-footer .powered-by {
    font-size: 0.8rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Language Switcher */
.btn-lang-switcher {
    background-color: #1a1a1a;
    color: #fff !important;
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
}

.btn-lang-switcher img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.dropdown-item img {
    height: 16px;
    width: 16px;
    object-fit: cover;
    border-radius: 50%;
}

.dropdown-item {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.lang-switcher-wrapper {
    display: flex;
    justify-content: flex-end;
}
