/* BASIC css start */
.hk-company-detail {
    max-width:1200px;
    margin:30px auto;
    border:1px solid #e5e5e5;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.hk-company-detail summary {
    padding:18px 20px;
    background:#0a9c6b;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
}

.hk-company-content {
    padding:25px;
}

.hk-company-content section {
    margin-bottom:30px;
}

.hk-company-content h2 {
    font-size:20px;
    color:#0a9c6b;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:2px solid #f0f0f0;
}

.hk-company-content p,
.hk-company-content li {
    line-height:1.8;
    color:#555;
}

.hk-company-content ul {
    padding-left:20px;
}

.hk-strength {
    background:#f8faf9;
    border:1px solid #e8efeb;
    border-radius:10px;
    padding:15px;
    margin-bottom:12px;
}

.hk-strength strong {
    display:block;
    color:#0a9c6b;
    margin-bottom:8px;
    font-size:16px;
}

.hk-partners {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.hk-partners span {
    background:#f3f5f7;
    padding:8px 14px;
    border-radius:30px;
    font-size:13px;
}
/* BASIC css end */

