/* cookie banner changes */
.cookie-notice, .cookie-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #2980B9, #3498DB);
    color: white;
    padding: 24px 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    animation: slideUp 0.5s ease-out;
}
#klaro p {
    color: white;
}
.cn-body {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.cm-list-description p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.cn-body p {
    flex: 1;
    min-width: 300px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.cn-body p a, .cm-header p a, .cm-list-description p a, .cm-powered-by a {
    color: #FFD93D;
    text-decoration: underline;
    font-weight: 500;
    transition: all 0.3s ease;
}
.cn-body p a:hover, .cm-header p a:hover, .cm-list-description p a:hover, .cm-powered-by a:hover {
    color: #FFF;
    text-decoration-thickness: 2px;
}
.cn-ok, .cn-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.cn-ok .cm-link, .cn-ok .cm-btn {
    padding: 12px 28px;
    border: 2px solid;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: none;
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
 }
.cn-ok .cm-link.cn-learn-more, .cm-footer .cm-btn-accept {
    background: #FFFFFF !important;
    color: #2980B9 !important;
    border-color: #FFFFFF !important;
}
.cn-ok .cm-link.cn-learn-more:hover, .cm-footer .cm-btn-accept:hover {
    background: transparent !important;
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}
.cn-ok .cm-link:before, .cn-ok .cm-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}
.cn-ok .cn-decline, #klaro .cm-footer .cm-btn-decline {
    background: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.cn-ok .cn-decline:hover, #klaro .cm-footer .cm-btn-decline:hover {
    background: #FFFFFF;
    color: #2980B9;
    border-color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}
.cn-ok .cm-btn-success, .cm-footer-buttons .cm-btn-accept-all {
    background: #FF6B35;
    color: #FFFFFF;
    border-color: #FF6B35;
}
.cn-ok .cm-btn-success:hover, .cm-footer-buttons .cm-btn-accept-all:hover {
    background: #FFFFFF;
    color: #FF6B35;
    border-color: #FF6B35;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

/* edit setting in cookie */
#klaro .cm-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    margin-right: 10px;
}
#klaro .cm-modal .cm-service div input[type="checkbox"],
#klaro .cm-modal .cm-service div label,
#klaro .cm-modal .cm-header button,
#klaro .cm-modal .cm-header h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
#klaro .cm-header button.hide {
    background: transparent;
    border: none;
    cursor: pointer;
}
#klaro .cm-header button.hide svg line {
    stroke: #fff !important;
    stroke-width: 2;
}
#klaro .cm-header p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}
#klaro .cm-body {
    padding-top: 0.5rem;
}
#klaro .cm-services {
    list-style: none;
    padding: 0;
    margin: 0;
}
#klaro .cm-service {
    margin-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1rem 1.2rem;
    border-radius: 8px;
}
#klaro .cm-list-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    accent-color: #fff;
    border: 2px solid #fff;
    background: transparent;
    cursor: pointer;
}
#klaro .cm-modal .cm-service div {
    margin-top: 5px;
}
#klaro .cm-list-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0.5rem;
    margin-top: 6px !important;
}
#klaro .cm-list-title {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}
#klaro .cm-modal .cm-service div > div, #klaro .cm-modal .cm-service .cm-header > p {
    display: block;
    margin-top: 5px;
}
#klaro .cm-list-description {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.3rem;
}
#klaro .cm-modal {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#klaro .cm-footer {
    align-items: center;
    min-width: 300px;
    max-width: 100% !important;
}
#klaro .cm-footer button {
    display: block;
    width: 100%;
    background-color: #F96332;
    color: #fff;
    border: 2px solid #F96332;
    padding: 10px 0;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    margin: 10px 0px 0px 0px;
}
.cm-service .purposes {
    display: none;
}
@media (min-width: 768px) {
    #klaro .cn-body, #klaro .cm-modal {
        padding: 10px;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    #klaro .cn-ok, #klaro .cm-footer {
        margin-left: 10px;
    }
}
@media (max-width: 768px) {
    .cn-body {
        text-align: center;
    }
    .cn-body {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .cm-footer-buttons {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }
    .cn-ok, .cn-buttons, .cm-footer-buttons {
        width: 100%;
        justify-content: center;
    }
  .cn-ok .cm-link, .cn-ok .cm-btn, .cm-btn {
        flex: 1;
        min-width: 120px;
    }
}