.ai-key-takeaways-box.generatepress-style {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    padding: 25px 30px;
    margin: 2.5em 0;
    border-radius: 8px;
}

.ai-key-takeaways-box.generatepress-style h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333333;
    font-size: 1.4em;
    font-weight: 700;
    text-align: left;
}

.ai-key-takeaways-box.generatepress-style ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ai-key-takeaways-box.generatepress-style ul li {
    margin-bottom: 10px;
}

.ai-key-takeaways-box.generatepress-style ul li a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #555555;
    transition: background-color 0.2s ease-in-out;
    padding: 8px;
    margin: -8px;
    border-radius: 4px;
    line-height: 1.7;
}

.ai-key-takeaways-box.generatepress-style ul li a:hover {
    background-color: #f0f0f0;
    color: #111;
}

.ai-key-takeaways-box.generatepress-style ul li i.fa-check {
    color: #28a745;
    font-size: 1.1em;
    margin-right: 15px;
    margin-top: 5px;
    width: 22px;
}

.ai-key-takeaways-box.generatepress-style ul li span {
    flex: 1;
}

.ai-key-takeaways-box.generatepress-style ul li span strong {
    color: #333333;
    font-weight: 600;
}
.ai-key-takeaways-box.generatepress-style .aikt-box-title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333333;
    font-size: 1.4em; /* Copy y hệt từ CSS của thẻ h3 cũ */
    font-weight: 700;   /* Copy y hệt từ CSS của thẻ h3 cũ */
    text-align: left;
    line-height: 1.3; /* Thêm line-height để đảm bảo hiển thị tốt */
}