#shopee-setup {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    padding: 20px;
}

#shopee-setup .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

#shopee-setup h1 {
    text-align: center;
    color: #e74c3c;
    font-size: 32px;
    margin-bottom: 20px;
}

#shopee-setup .package-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#shopee-setup .package {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 30%;
    text-align: center;
    border-top: 5px solid #e74c3c;
    margin-bottom: 20px;
}

#shopee-setup .package:nth-child(2) {
    border-top: 5px solid #f39c12;
}

#shopee-setup .package:nth-child(3) {
    border-top: 5px solid #16a085;
}

#shopee-setup .package-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
}

#shopee-setup .price {
    font-size: 26px;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 15px;
}

#shopee-setup .details {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    color: #34495e;
}

#shopee-setup .details ul {
    padding: 0;
    list-style: none;
}

#shopee-setup .details ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

#shopee-setup .details ul li::before {
    content: '✔';
    color: #27ae60;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

#shopee-setup .main-media-text {
    font-size: 14px;
    color: #e74c3c;
    font-weight: bold;
    margin-top: 15px;
    text-align: left;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    #shopee-setup .package {
        width: 100%; /* Đảm bảo mỗi cột chiếm 100% chiều rộng màn hình */
    }
    #shopee-setup h1 {
        font-size: 24px;
    }
    #shopee-setup .price {
        font-size: 22px;
    }
    #shopee-setup .package-title {
        font-size: 18px;
    }
    #shopee-setup .details ul li {
        margin-bottom: 6px;
        padding-left: 20px;
    }
    #shopee-setup .details ul li::before {
        font-size: 16px;
    }
    #shopee-setup .details {
        font-size: 12px;
        margin-bottom: 10px;
    }
    #shopee-setup .main-media-text {
        font-size: 12px;
        margin-top: 10px;
    }
}

/* Media query for very small devices (e.g., phones in portrait mode) */
@media (max-width: 480px) {
    #shopee-setup .package {
        padding: 15px;
        width: 100%; /* Mỗi cột sẽ chiếm 100% chiều rộng */
    }
    #shopee-setup .price {
        font-size: 20px;
    }
    #shopee-setup .package-title {
        font-size: 16px;
    }
    #shopee-setup .details {
        font-size: 11px;
    }
    #shopee-setup .details ul li::before {
        font-size: 14px;
    }
    #shopee-setup .main-media-text {
        font-size: 10px;
    }
}

#shopee-setup .btn-consult,
#shopee-setup .btn-call {
    background-color: #e74c3c;
    color: white;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
    margin-top: 0px;
    margin-right: 10px; /* Tạo khoảng cách giữa hai nút */
}

#shopee-setup .btn-consult:hover,
#shopee-setup .btn-call:hover {
    background-color: #c0392b;
}

#shopee-setup .center-button {
    text-align: center;
    margin-top: 40px;
}

/* Điều chỉnh vị trí cho màn hình nhỏ */
@media (max-width: 768px) {
    #shopee-setup .btn-consult,
    #shopee-setup .btn-call {
        display: block; /* Hiển thị theo hàng dọc */
        margin: 10px auto; /* Căn giữa */
        width: 80%; /* Đảm bảo vừa với màn hình nhỏ */
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

h2 {
    color: #0000ff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #eee;
    display: inline-block;
}

h3 {
    color: #0072e5;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}

p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.highlight {
    color: #0072e5;
    font-weight: bold;
}

@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }
}
