.gandiv-mid-link-box {
    background-color: #f9f9f9;
    padding: 15px;
    margin: 20px 0;
    font-size: 1.1em;
}
.gandiv-mid-link-box a {
    color: #222;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
.gandiv-bottom-links-box {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-top: 35px;
}
.gandiv-bottom-links-box h3 {
    margin-top: 0;
    font-size: 1.25em;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.gandiv-bottom-links-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gandiv-bottom-links-box ul li {
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
}
.gandiv-bottom-links-box ul li:last-child {
    margin-bottom: 0;
}
.gandiv-bottom-links-box ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.35;
}
.gandiv-bottom-links-box ul li a {
    color: #444;
    text-decoration: none;
    font-size: 1.05em;
    transition: color 0.2s ease-in-out;
}
.gandiv-bottom-links-box ul li a:hover {
    text-decoration: underline;
}
