h1, h2, h3, h4, h5, h6 {
    color: #4F585D;
}

.custom-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bodyText {
    padding-top: 20px;
}

.insurer-box {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.toggle-checkbox {
    display: none;
}

/* Labels that toggle */
.insurer-header,
.product-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}

.insurer-header img {
    margin-left: auto;
    margin-right: auto;
}

.product-header {
    text-transform: uppercase;
    font-size: 0.95rem;
    padding: 8px 0;
    color: #444;
}

/* Content hidden unless checkbox is checked */
.insurer-content{
    width: 75%;
    margin-left: auto;
}

.insurer-content,
.product-content {
    height: 0;
    overflow: hidden;
    transition: height 0.4s;
    padding-left: 10px;
    margin-top: 0;
}


.product-content ul {
    padding-left: 20px;
    margin-top: 5px;
}

.product-content li {
    margin: 4px 0;
}

.product-content a {
    color: #0056b3;
    text-decoration: none;
}

.product-content a:hover {
    text-decoration: underline;
}

.insurer-header {
    padding: 20px 20px 10px 20px;
    cursor: pointer;
}

.insurer-header-inner {
    display: flex;
    align-items: center;
    width: 25%;
    max-width:25%;
    padding-right:20px;
}

.insurer-header-inner img {
    max-height: 45px;
    max-width: 100% ;
}

.insurer-header-inner h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.insurer-name{
    width: 75%;
}

@media (max-width: 500px) {
    .insurer-box {
        padding: 0px;
    }
    .insurer-name {
        padding-left:20px;
    }
}
