/**
 * BFD Single Product Functions - Inflation Section Styles
 * 
 * @package BFDSingleProductFunctions
 */

.inflation-section {
    display: flex;
    gap: 64px;
    align-items: center;
}

.inflation-left {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.inflation-guide-download a {
    font-size: 20px;
    font-weight: 600;
}

.inflation-video-embed iframe {
    border-radius: 16px;
}

@media (max-width: 1024px) {
    .inflation-section {
        flex-direction: column;
    }

    .inflation-left, .inflation-right {
        width: 100%;
    }
}
