﻿.osano-cm-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.osano-cm-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    color: black;
}

.osano-cm-button {
    border-radius: 4px;
    padding: 16px 40px;
    background-color: #2f302f;
    color: #fff;
    border: none;
}

.osano-cm-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; /* Ensure it's above other content */
}

.osano-cm-dialog {
    background: #2c5e93;
    color: #fff;
}

