/**
 * Press Tabs Styles
 * Tabbed interface for press releases, images, and logos
 * 
 * @package Gustoso Child Theme
 * @since 1.0
 */

/* Main Container */
.gustoso-press-tabs {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Tab Navigation */
.gustoso-press-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 60px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 40px;
}

/* Mobile select dropdown - hidden by default */
.gustoso-press-tabs-nav--mobile {
    display: none;
}

.gustoso-press-tab-select {
    width: 100%;
    padding: 15px 40px 15px 0;
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a;
    background: transparent;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 20px;
    cursor: pointer;
}

.gustoso-press-tab-select:focus {
    outline: none;
}

.gustoso-press-tab {
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 15px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    bottom: -2px;
}

.gustoso-press-tab:hover {
    color: #666666;
}

.gustoso-press-tab.active {
    color: #000000;
    border-bottom-color: #000000;
}

/* Date Filter */
.gustoso-press-filter {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    padding-top: 20px;
}

.gustoso-press-filter-inputs {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gustoso-press-filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gustoso-press-filter-group label {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    color: #666666;
    text-transform: none;
}

.gustoso-press-filter-month,
.gustoso-press-filter-year {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
    min-width: 100px;
}

.gustoso-press-filter-month {
    min-width: 150px;
}

.gustoso-press-filter-year {
    min-width: 120px;
}

.gustoso-press-filter-separator {
    font-size: 20px;
    color: #666666;
    margin-top: 20px;
}

.gustoso-press-filter-apply {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.gustoso-press-filter-apply:hover {
    background-color: #333333;
}

/* Tab Content */
.gustoso-press-tab-content {
    display: none;
}

.gustoso-press-tab-content.active {
    display: block;
}

.gustoso-press-items {
    display: flex;
    flex-direction: column;
}

/* Press Item */
.gustoso-press-item {
    display: grid;
    grid-template-columns: 200px 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.gustoso-press-item:hover {
    background-color: #fafafa;
}

/* Pressemeldung Item - 5 column layout */
.gustoso-press-item--pressemeldung {
    display: grid;
    grid-template-columns: 200px 140px 160px 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 30px 0;
}

/* Ensure all columns align to baseline */
.gustoso-press-item--pressemeldung .gustoso-press-date,
.gustoso-press-item--pressemeldung .gustoso-press-category,
.gustoso-press-item--pressemeldung .gustoso-press-title {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.gustoso-press-item--pressemeldung .gustoso-press-date {
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #324158;
    line-height: 1.5;
}

.gustoso-press-item--pressemeldung .gustoso-press-category {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
}

.gustoso-press-item--pressemeldung .gustoso-press-title {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #324158;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.gustoso-press-item--pressemeldung .gustoso-press-title a {
    color: inherit;
    text-decoration: none;
}

.gustoso-press-item--pressemeldung .gustoso-press-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.gustoso-press-item--pressemeldung .gustoso-press-link-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #324158;
    border: 1px solid #324158;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.gustoso-press-item--pressemeldung .gustoso-press-link-button::before {
    content: "→";
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    display: block;
}

.gustoso-press-item--pressemeldung .gustoso-press-link:hover .gustoso-press-link-button {
    background-color: transparent;
}

.gustoso-press-item--pressemeldung .gustoso-press-link:hover .gustoso-press-link-button::before {
    color: #324158;
}

.gustoso-press-item--pressemeldung .gustoso-press-link-text {
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #324158;
    border-bottom: 1px dotted transparent;
    transition: border-color 0.3s ease;
}

.gustoso-press-item--pressemeldung .gustoso-press-link:hover .gustoso-press-link-text {
    border-bottom-color: currentColor;
}

/* Pressebilder Item - 5 column layout */
.gustoso-press-item--pressebilder {
    display: grid;
    grid-template-columns: 200px 120px 140px 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 30px 0;
}

.gustoso-press-item--pressebilder .gustoso-press-brand {
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #324158;
}

.gustoso-press-item--pressebilder .gustoso-press-fileinfo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.gustoso-press-item--pressebilder .gustoso-press-fileinfo svg {
    color: #666666;
    flex-shrink: 0;
}

.gustoso-press-item--pressebilder .gustoso-press-title {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #324158;
    margin: 0;
}

.gustoso-press-item--pressebilder .gustoso-press-download {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.gustoso-press-item--pressebilder .gustoso-press-download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #324158;
    border: 1px solid #324158;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
}

.gustoso-press-item--pressebilder .gustoso-press-download-button::before {
    content: "↓";
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    display: block;
    transition: color 0.3s ease;
}

.gustoso-press-item--pressebilder .gustoso-press-download:hover .gustoso-press-download-button {
    background-color: transparent;
}

.gustoso-press-item--pressebilder .gustoso-press-download:hover .gustoso-press-download-button::before {
    color: #324158;
}

.gustoso-press-item--pressebilder .gustoso-press-download-text {
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #324158;
    border-bottom: 1px dotted transparent;
    transition: border-color 0.3s ease;
}

.gustoso-press-item--pressebilder .gustoso-press-download:hover .gustoso-press-download-text {
    border-bottom-color: currentColor;
}

/* Markenlogos Item - 4 column layout (no title) */
.gustoso-press-item--markenlogos {
    display: grid;
    grid-template-columns: 200px 140px 160px 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 30px 0;
}

.gustoso-press-item--markenlogos .gustoso-press-image {
    width: 200px;
    height: auto;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
}

.gustoso-press-item--markenlogos .gustoso-press-image img,
.gustoso-press-item--markenlogos .gustoso-press-thumbnail {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.gustoso-press-item--markenlogos .gustoso-press-brand {
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #324158;
}

.gustoso-press-item--markenlogos .gustoso-press-fileinfo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.gustoso-press-item--markenlogos .gustoso-press-action {
    grid-column: 5;
    justify-self: end;
}

.gustoso-press-item--markenlogos .gustoso-press-download {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.gustoso-press-item--markenlogos .gustoso-press-download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #324158;
    border: 1px solid #324158;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.gustoso-press-item--markenlogos .gustoso-press-download-button::before {
    content: "↓";
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    display: block;
    transition: color 0.3s ease;
}

.gustoso-press-item--markenlogos .gustoso-press-download:hover .gustoso-press-download-button {
    background-color: transparent;
}

.gustoso-press-item--markenlogos .gustoso-press-download:hover .gustoso-press-download-button::before {
    color: #324158;
}

.gustoso-press-item--markenlogos .gustoso-press-download-text {
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #324158;
    border-bottom: 1px dotted transparent;
    transition: border-color 0.3s ease;
}

.gustoso-press-item--markenlogos .gustoso-press-download:hover .gustoso-press-download-text {
    border-bottom-color: currentColor;
}

/* Image */
.gustoso-press-image {
    width: 200px;
    height: 130px;
    overflow: hidden;
    flex-shrink: 0;
}

.gustoso-press-image img,
.gustoso-press-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gustoso-press-no-image {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Details */
.gustoso-press-details {
    flex: 1;
}

.gustoso-press-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.gustoso-press-date,
.gustoso-press-category,
.gustoso-press-dimensions,
.gustoso-press-size {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: #666666;
}

.gustoso-press-title {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    color: #333333;
    display: flex;
    align-items: center;
}

.gustoso-press-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gustoso-press-title a:hover {
    color: #000000;
}

.gustoso-press-excerpt {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin: 10px 0 0 0;
}

/* Action Links */
.gustoso-press-action {
    flex-shrink: 0;
}

.gustoso-press-link,
.gustoso-press-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gustoso-press-link:hover,
.gustoso-press-download:hover {
    opacity: 0.7;
}

.gustoso-press-link svg,
.gustoso-press-download svg {
    fill: currentColor;
    width: 20px;
    height: 20px;
}

/* Load More Button */
.gustoso-press-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.gustoso-press-load-more {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 40px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gustoso-press-load-more:hover {
    background-color: #333333;
    transform: translateY(-2px);
}

.gustoso-press-load-more.hidden {
    display: none;
}

/* No Posts Message */
.gustoso-press-no-posts {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding: 60px 20px;
}

/* Loading State */
.gustoso-press-loading {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 60px 20px;
    color: #999999;
}

.gustoso-press-loading:after {
    content: "...";
    animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
    0%, 20% {
        content: "";
    }
    40% {
        content: ".";
    }
    60% {
        content: "..";
    }
    80%, 100% {
        content: "...";
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .gustoso-press-tabs-nav {
        gap: 40px;
    }
    
    .gustoso-press-tab {
        font-size: 16px;
    }
    
    .gustoso-press-item {
        grid-template-columns: 180px 1fr auto;
        gap: 25px;
    }
    
    .gustoso-press-item--pressemeldung {
        grid-template-columns: 180px 120px 140px 1fr auto;
        gap: 20px;
    }
    
    .gustoso-press-item--pressebilder {
        grid-template-columns: 180px 100px 120px 1fr auto;
        gap: 20px;
    }
    
    .gustoso-press-item--markenlogos {
        grid-template-columns: 180px 120px 140px 1fr auto;
        gap: 20px;
    }
    
    .gustoso-press-image {
        width: 180px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .gustoso-press-tabs {
        padding: 40px 15px;
    }
    
    .gustoso-press-tabs-nav {
        gap: 25px;
        justify-content: flex-start;
    }
    
    .gustoso-press-tab {
        font-size: 15px;
        padding: 12px 8px;
    }
    
    /* Filter - keep side by side on tablet */
    .gustoso-press-filter {
        flex-direction: column;
        align-items: center;
    }
    
    .gustoso-press-filter-inputs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 15px;
        width: 100%;
        max-width: 500px;
    }
    
    .gustoso-press-filter-group {
        flex: 1;
        min-width: 120px;
    }
    
    .gustoso-press-filter-month,
    .gustoso-press-filter-year {
        width: 100%;
    }
    
    .gustoso-press-filter-separator {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    
    .gustoso-press-filter-apply {
        flex-basis: 100%;
        max-width: 200px;
        margin: 15px auto 0;
    }
    
    .gustoso-press-item {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px 0;
    }
    
    .gustoso-press-item--pressemeldung {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-image {
        width: 100%;
        height: 200px;
        order: 1;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-date {
        order: 2;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-category {
        order: 3;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-title {
        order: 4;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-action {
        order: 5;
        margin-top: 5px;
    }
    
    .gustoso-press-item--pressebilder {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-image {
        width: 100%;
        height: 200px;
        order: 1;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-brand {
        order: 2;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-fileinfo {
        order: 3;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-title {
        order: 4;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-action {
        order: 5;
        margin-top: 5px;
    }
    
    .gustoso-press-item--markenlogos {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .gustoso-press-item--markenlogos .gustoso-press-image {
        width: 100%;
        height: auto;
        max-height: 120px;
        order: 1;
    }
    
    .gustoso-press-item--markenlogos .gustoso-press-brand {
        order: 2;
    }
    
    .gustoso-press-item--markenlogos .gustoso-press-fileinfo {
        order: 3;
    }
    
    .gustoso-press-item--markenlogos .gustoso-press-action {
        order: 4;
        margin-top: 5px;
    }
    
    .gustoso-press-image {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
    
    .gustoso-press-action {
        justify-self: start;
    }
}

@media (max-width: 480px) {
    .gustoso-press-tabs {
        padding: 30px 20px;
        width: 89%;
    }
    
    /* Hide desktop tabs, show mobile select dropdown */
    .gustoso-press-tabs-nav--desktop {
        display: none !important;
    }
    
    .gustoso-press-tabs-nav--mobile {
        display: block;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 25px;
        padding-bottom: 0;
    }
    
    .gustoso-press-tab-select {
        width: 100%;
        padding: 12px 40px 12px 0;
        font-size: 16px;
        font-weight: 400;
        color: #1a1a1a;
        background: transparent;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0 center;
        background-size: 18px;
        cursor: pointer;
    }
    
    .gustoso-press-tab-select:focus {
        outline: none;
    }
    
    /* Filter - Side by side dropdowns with separator, button below */
    .gustoso-press-filter {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
        padding-top: 15px;
    }
    
    .gustoso-press-filter-inputs {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: auto auto;
        align-items: stretch;
        gap: 15px;
        width: 100%;
    }
    
    .gustoso-press-filter-group {
        position: relative;
    }
    
    .gustoso-press-filter-group:first-child {
        grid-column: 1;
        grid-row: 1;
    }
    
    .gustoso-press-filter-group:last-of-type {
        grid-column: 3;
        grid-row: 1;
    }
    
    .gustoso-press-filter-group label {
        position: absolute;
        top: -10px;
        left: 15px;
        font-size: 13px;
        color: #324158;
        background: #fff;
        padding: 0 5px;
        z-index: 1;
    }
    
    .gustoso-press-filter-month,
    .gustoso-press-filter-year {
        width: 100%;
        min-width: auto;
        padding: 25px 35px 15px 15px;
        font-size: 15px;
        border: 1px solid #324158;
        border-radius: 0;
        background-color: transparent;
        background-position: right 12px center;
        color: #324158;
    }
    
    .gustoso-press-filter-separator {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #324158;
    }
    
    /* Anwenden button - filled dark circle with white arrow + text, below filters */
    .gustoso-press-filter-apply {
        grid-column: 1 / -1;
        grid-row: 2;
        display: flex !important;
        align-items: center;
        justify-content: flex-start !important;
        gap: 12px;
        width: auto !important;
        justify-self: start !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        margin-top: 10px;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        font-size: 16px;
        font-weight: 400;
        color: #324158;
        cursor: pointer;
        text-align: left;
    }
    
    .gustoso-press-filter-apply::before {
        content: '→';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        background-color: #324158;
        border: 1px solid #324158;
        border-radius: 50%;
        font-size: 18px;
        color: #ffffff;
        flex-shrink: 0;
        transition: background-color 0.2s, color 0.2s;
    }
    
    .gustoso-press-filter-apply:hover::before {
        background-color: transparent;
        color: #324158;
    }
    
    /* Press Items - Image shown, stacked text layout, LEFT ALIGNED */
    .gustoso-press-item {
        padding: 25px 0;
        align-items: flex-start;
    }
    
    .gustoso-press-item--pressemeldung {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    /* Show image on mobile */
    .gustoso-press-item--pressemeldung .gustoso-press-image {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        order: 1;
        margin-bottom: 15px;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-image img,
    .gustoso-press-item--pressemeldung .gustoso-press-thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-date {
        font-size: 14px;
        font-style: italic;
        color: #1a1a1a;
        order: 2;
        text-align: left;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-category {
        font-size: 14px;
        color: #666;
        order: 3;
        text-align: left;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.35;
        margin: 8px 0;
        order: 4;
        text-align: left;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-title a {
        color: #1a1a1a;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-action {
        order: 5;
        margin-top: 10px;
        justify-content: flex-start;
    }
    
    /* Link style - italic with dotted underline */
    .gustoso-press-item--pressemeldung .gustoso-press-link {
        display: inline;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-link-button {
        display: none;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-link-text {
        font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        color: #1a1a1a;
        text-decoration: none;
        border-bottom: 1px dotted #1a1a1a;
        padding-bottom: 2px;
    }
    
    .gustoso-press-item--pressemeldung .gustoso-press-link:hover .gustoso-press-link-text {
        border-bottom-style: solid;
    }
    
    /* Pressebilder mobile - LEFT ALIGNED */
    .gustoso-press-item--pressebilder {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-image {
        width: 100%;
        height: 200px;
        order: 1;
        margin-bottom: 10px;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-brand {
        order: 2;
        font-size: 14px;
        text-align: left;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-fileinfo {
        order: 3;
        font-size: 13px;
        text-align: left;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-title {
        order: 4;
        font-size: 16px;
        margin: 5px 0;
        text-align: left;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-action {
        order: 5;
        margin-top: 10px;
        justify-content: flex-start;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-download-button {
        width: 36px;
        height: 36px;
    }
    
    .gustoso-press-item--pressebilder .gustoso-press-download-text {
        font-size: 15px;
    }
    
    /* Markenlogos mobile - LEFT ALIGNED */
    .gustoso-press-item--markenlogos {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .gustoso-press-item--markenlogos .gustoso-press-image {
        width: 100%;
        height: auto;
        max-height: 100px;
        order: 1;
        margin-bottom: 10px;
    }
    
    .gustoso-press-item--markenlogos .gustoso-press-brand {
        order: 2;
        font-size: 14px;
        text-align: left;
    }
    
    .gustoso-press-item--markenlogos .gustoso-press-fileinfo {
        order: 3;
        font-size: 13px;
        text-align: left;
    }
    
    .gustoso-press-item--markenlogos .gustoso-press-action {
        order: 4;
        margin-top: 10px;
        justify-content: flex-start;
    }
    
    .gustoso-press-item--markenlogos .gustoso-press-download-button {
        width: 36px;
        height: 36px;
    }
    
    .gustoso-press-item--markenlogos .gustoso-press-download-text {
        font-size: 15px;
    }
    
    /* Load More button - left aligned */
    .gustoso-press-load-more-wrap {
        margin-top: 30px;
        justify-content: flex-start;
    }
    
    .gustoso-press-load-more {
        padding: 12px 35px;
        font-size: 14px;
    }
    
    .gustoso-press-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

