.exclusive-btn-wrapper-b9c27c8d {
    width: 100%;
}

.exclusive-btn-b9c27c8d {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.exclusive-btn-b9c27c8d:hover {
    box-shadow: 0 12px 25px rgba(215, 180, 104, 0.2);
    transform: translateY(-2px);
}

.exclusive-btn-text-b9c27c8d {
    position: relative;
    z-index: 1;
}