.ff-container-459bf5ef {
    width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding: 40px 20px;
    box-sizing: border-box;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Ensure no elementor parent classes add a bottom border */
.elementor-widget-fragrance_finder_459bf5ef,
.elementor-widget-fragrance_finder_459bf5ef .elementor-widget-container {
    border: none !important;
    border-bottom: none !important;
}

.ff-header-459bf5ef {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.ff-subtitle-459bf5ef {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.ff-line-459bf5ef {
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: currentColor;
    vertical-align: middle;
}

.ff-title-459bf5ef {
    font-size: 42px;
    font-family: serif, "Playfair Display", "Georgia";
    font-weight: normal;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.ff-desc-459bf5ef {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.ff-grid-459bf5ef {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.ff-card-459bf5ef {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ff-card-459bf5ef:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ff-card-num-459bf5ef {
    font-size: 32px;
    font-family: serif, "Playfair Display", "Georgia";
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    line-height: 1;
}

.ff-card-title-459bf5ef {
    font-size: 22px;
    font-family: serif, "Playfair Display", "Georgia";
    font-weight: normal;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.ff-card-desc-459bf5ef {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 25px 0;
    flex-grow: 1;
}

.ff-card-link-459bf5ef {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    border-bottom: none !important;
    display: inline-flex;
    align-items: center;
    transition: opacity 0.2s ease;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
}

.ff-card-link-459bf5ef:hover {
    opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .ff-grid-459bf5ef {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ff-grid-459bf5ef {
        grid-template-columns: 1fr;
    }
    .ff-title-459bf5ef {
        font-size: 32px;
    }
}
