/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.17.0
Requires at least:    5.4.0
Requires PHP:         5.6.20
WC requires at least: 4.7.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/


/* ============================================================
   BLOCK BÁO CHÍ AAI PHARMA – CAROUSEL 3 CARD + LOOP + ẢNH ĐỀU
   ============================================================ */
/* ============================================================
   AAI PHARMA – PRESS CAROUSEL (3 → 2 → 1) – NO OVERFLOW VERSION
   ============================================================ */

/* ===== ROOT ===== */
.aaipharma-press {
    padding: 40px 0;
    width: 100%;
}

.aaipharma-press-heading {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 32px;
    text-align: center;
    color: #042f57;
}

/* ===== WRAPPER ===== */
.aaipharma-press-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    position: relative;
}

/* ===== BUTTONS ===== */
.aaipharma-press-nav-btn {
	margin: 0;
    border: none;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 80, 170, 0.18);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 28px;
    font-weight: 700;
    color: #007aff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.2s ease;
}

.aaipharma-press-nav-btn:hover {
    background: #e8f2ff;
}

/* ===== LIST (no overflow) ===== */
.aaipharma-press-list {
    display: flex;
    gap: 24px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding-right: 1px; /* Chống tràn 1px do rounding */
    transition: transform 0.4s ease; /* Mượt khi chuyển động */
}

/* ===== CARD ===== */

/* desktop: 3 cards */
.aaipharma-press-card {
    flex: 0 0 calc((100% - 48px) / 3); /* 3 card + 2 gaps = 48px */
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(0, 60, 140, 0.16);
    display: flex;
    flex-direction: column;
    min-width: 0; /* Ngăn overflow */
}
@media (max-width: 1023px) {
    .aaipharma-press-card {
        flex: 0 0 calc((100% - 24px) / 2); /* 2 cards on tablet */
    }
}

@media (max-width: 767px) {
    .aaipharma-press-card {
        flex: 0 0 100%; /* 1 card on mobile */
    }
}
/* Tablet: 2 card */
@media (max-width: 1023px) {
    .aaipharma-press-card {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

/* Mobile: 1 card */
@media (max-width: 767px) {
    .aaipharma-press-card {
        flex: 0 0 100%;
    }
}

/* ===== IMAGE ===== */
.aaipharma-press-thumb {
    width: 100%;
    height: 200px;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

.aaipharma-press-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ===== CONTENT ===== */
.aaipharma-press-body {
    padding: 20px 24px 26px;
    display: flex;
    flex-direction: column;
 
}

/* DATE BOX */
.aaipharma-press-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6d7b8c;
    margin-bottom: 8px;
}

.aaipharma-press-date-icon {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #c1ccd8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* TITLE */
.aaipharma-press-title {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 10px;
}

.aaipharma-press-title a {
    color: #0053a6;
    text-decoration: none;
}

.aaipharma-press-title a:hover {
    color: #008cff;
}

/* EXCERPT */
.aaipharma-press-excerpt {
    font-size: 14px;
    color: #4f5e73;
    line-height: 1.45;
    margin-bottom: 16px;

    /* Giới hạn 3 dòng */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* BUTTON "Xem thêm" */
.aaipharma-press-more {
    margin-top: auto;
    font-size: 15px;
    font-weight: 700;
  
    display: inline-flex;
    gap: 6px;
    align-items: center;
    text-decoration: none;
}

.aaipharma-press-more-arrow {
    font-size: 20px;
    transform: translateY(1px);
}



.aaipharma-press-list {
    transform: translateX(0);
}
