.license-checklist-template {
    
    color: #000000d6;
    /* margin: 0 auto; */
    /* max-width: 900px; */
    padding: 30px 0 60px;
    margin-bottom: 30px;
}
.license-checklist-title {
    font-size: 24px;
    color: #0b4dc7;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}
.license-checklist-desc {
    font-size: 15px;
    color: #000000d6;
    margin-bottom: 1.5em !important;
}
/* .pkp_structure_main p:last-child {
    margin-top: 1.5em !important;
} */
.license-checklist-subtitle {
    display: block;
    font-size: 15px;
    color: #000000d6;
    margin-bottom: 1.5em;
    font-weight: 600;
}
.license-checklist-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.license-checklist-item {
    background: #fff;
    border: 1.5px solid #dee2e6; 
    /* border-radius: 8px; */
    padding: 18px 22px;
    display: flex;
    align-items: center;
    font-size: 15px;
    /* box-shadow: 0 2px 8px rgba(35,99,209,0.04); */
    transition: border-color 0.2s;
}
.license-checklist-item:hover {
    border-color: #0b4dc7; /* fully visible blue on hover */
}
.license-checklist-icon {
    color: #0b4dc7;
    font-size: 1.7em;
    margin-right: 16px;
    font-weight: bold;
    flex-shrink: 0;
}
.license-checklist-item a {
    color: #0b4dc7;
    text-decoration: underline;
}
.license-checklist-item a:hover {
    text-decoration: none;
}
