/*
Theme Name: Giao Diện Thiét Kế Website - Kandemy
Description: 
Author: kandemy.edu.vn
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



/* Bao quanh toàn bộ khối */
.custom-sales-policy-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Khung viền chứa chính sách */
.policy-box {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 20px;
}

/* Từng dòng chính sách */
.policy-item {
    display: flex;
    align-items: flex-start; /* Canh icon theo dòng đầu tiên của text */
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.policy-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Icon */
.policy-icon {
    flex: 0 0 30px; /* Chiều rộng cố định cho cột icon */
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-icon img {
    width: 24px;
    height: auto;
    object-fit: contain;
}

/* Nội dung chữ */
.policy-content {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

/* Nút liên hệ màu cam */
.custom-contact-btn {
    display: block;
    background-color: #f36f21; /* Mã màu cam */
    color: #fff !important;
    text-align: center;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 16px;
}

.custom-contact-btn:hover {
    background-color: #d85c16;
    color: #fff !important;
}