/**
 * Pressemeldung Single Post Styles
 * Styles for single press release posts
 * 
 * @package Gustoso Child Theme
 * @since 1.0
 */

/* Hide parent theme post header and featured image */
.post_header_wrap,
.post_featured {
    display: none !important;
}

/* Main Container */
.gustoso-pressemeldung-single {
    max-width: 1200px;
    margin: 10rem auto;
    padding: 40px 20px;
    background-color: #ffffff;
}

/* Back Button */
.gustoso-pressemeldung-back {
    margin-bottom: 30px;
    text-align: center;
}

.gustoso-pressemeldung-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-decoration: none;
    color: #26303F;
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.gustoso-pressemeldung-back-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-pressemeldung-back-button::before {
    content: "←";
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    display: block;
}

.gustoso-pressemeldung-back-link:hover .gustoso-pressemeldung-back-button {
    background-color: transparent;
}

.gustoso-pressemeldung-back-link:hover .gustoso-pressemeldung-back-button::before {
    color: #324158;
}

.gustoso-pressemeldung-back-link:hover {
    color: #324158;
}

/* Featured Image */
.gustoso-pressemeldung-image {
    margin-bottom: 30px;
    width: 100%;
}

.gustoso-pressemeldung-thumbnail {
    width: 100%;
    height: auto;
    display: block;
}

/* Post Meta (Date and Category) */
.gustoso-pressemeldung-meta {
    margin-bottom: 20px;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
    text-align: center;
}

.gustoso-pressemeldung-date {
    color: #999999;
}

.gustoso-pressemeldung-category {
    color: #999999;
}

/* Post Title */
.gustoso-pressemeldung-title {
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #26303F;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

/* Post Subtitle */
.gustoso-pressemeldung-subtitle {
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    color: #26303F;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}

/* Post Content */
.gustoso-pressemeldung-content {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #26303F;
    margin-bottom: 40px;
    text-align: center;
}

.gustoso-pressemeldung-content p {
    margin-bottom: 20px;
    text-align: center;
}

.gustoso-pressemeldung-content p:last-child {
    margin-bottom: 0;
}

/* Download CTA */
.gustoso-pressemeldung-cta {
    margin-top: 40px;
    text-align: center;
}

.gustoso-pressemeldung-download-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-decoration: none;
    color: #26303F;
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.gustoso-pressemeldung-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-pressemeldung-download-button::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gustoso-pressemeldung-download-link:hover .gustoso-pressemeldung-download-button {
    background-color: transparent;
}

.gustoso-pressemeldung-download-link:hover .gustoso-pressemeldung-download-button::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23324158' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
}

.gustoso-pressemeldung-download-link:hover {
    color: #324158;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .gustoso-pressemeldung-single {
        padding: 20px 15px;
    }
    
    .gustoso-pressemeldung-title {
        font-size: 36px;
    }
    
    .gustoso-pressemeldung-subtitle {
        font-size: 20px;
    }
    
    .gustoso-pressemeldung-content {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .gustoso-pressemeldung-title {
        font-size: 28px;
    }
    
    .gustoso-pressemeldung-subtitle {
        font-size: 18px;
    }
}

