/* Reference Section Styles */
#references {
    padding-bottom: 60px;
}

/* Margin top pro stránku Sportovní výživa */
.vyziva #references {
    margin-top: 50px;
}

#references .title-bg {
    background-color: #1c345a;
    padding: 60px 0;
    text-align: center;
}

#references .title-bg h2 {
    color: white;
    margin: 0 0 20px 0;
    font-size: 32px;
}

@media only screen and (min-width: 768px) {
    #references .title-bg h2 {
        font-size: 40px;
    }
}

#references .subtitle {
    color: white;
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
}

@media only screen and (min-width: 768px) {
    #references .subtitle {
        font-size: 22px;
    }
}

#references .references-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    #references .references-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    
    /* První reference (rodiče Vojtěcha) na celou šířku */
    #references .reference-item:nth-child(1) {
        grid-column: 1 / -1;
    }
}

#references .reference-item {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#references .reference-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

#references .reference-content {
    flex: 1;
    margin-bottom: 20px;
}

#references .reference-content p {
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 15px;
}

#references .reference-content p:last-child {
    margin-bottom: 0;
}

#references .reference-thanks {
    font-style: italic;
    color: #6a0e49;
    margin-top: 10px;
}

#references .reference-author {
    color: #1c345a;
    font-size: 16px;
    padding-top: 20px;
    border-top: 2px solid #e0e0e0;
    margin-top: auto;
}

#references .reference-author strong {
    font-weight: 700;
    color: #6a0e49;
}
