.hm-legal-links {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.5;
    color: #5f5f5f;
}

.hm-legal-links a {
    color: #2e62b1;
    text-decoration: none;
}

.hm-legal-links a:hover {
    text-decoration: underline;
}

.hm-legal-links-standalone {
    max-width: 980px;
    margin: 0 auto 20px auto;
    padding: 0 24px;
    box-sizing: border-box;
}

body.hm-cookie-lock {
    overflow: hidden;
}

.hm-cookie-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 9998;
}

.hm-cookie-dialog {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: 680px;
    max-width: 95%;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    padding: 16px;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    font-family: Tahoma, Arial, sans-serif;
    color: #333333;
}

.hm-cookie-title {
    margin: 0 0 8px 0;
    font-size: 17px;
    font-weight: bold;
    color: #1e1e1e;
}

.hm-cookie-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

.hm-cookie-links {
    margin-top: 8px;
    font-size: 12px;
}

.hm-cookie-links a {
    color: #2e62b1;
    text-decoration: none;
}

.hm-cookie-links a:hover {
    text-decoration: underline;
}

.hm-cookie-actions {
    margin-top: 12px;
    text-align: right;
}

.hm-cookie-actions button {
    border: 1px solid #8d8d8d;
    background: #f4f4f4;
    color: #222222;
    padding: 7px 12px;
    margin-left: 8px;
    cursor: pointer;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
}

.hm-cookie-actions button.hm-cookie-accept {
    background: #2e62b1;
    border-color: #2e62b1;
    color: #ffffff;
}

.hm-cookie-actions button:hover {
    opacity: 0.94;
}

@media (max-width: 520px) {
    .hm-cookie-actions {
        text-align: left;
    }

    .hm-cookie-actions button {
        margin: 8px 8px 0 0;
    }
}
