.hero_code {
    max-width: 460px;
    width: 100%;
    display: flex;
    flex-grow: 1;
    column-gap: 4px;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
}

@media (min-width: 740px) {
    .hero_code_value {
        padding-inline: 12px;
    }
}

.hero_code_value {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

@media (min-width: 740px) {

    h6,
    .h6 {
        font-size: 18px;
    }
}

@media (max-width: 739.98px) {

    h6,
    .h6 {
        font-size: 14px;
    }
}

@media (min-width: 740px) {
    .btn--sm {
        padding: 10px 24px;
        font-size: 14px;
    }
}

.btn {
    display: grid;
    grid-auto-flow: column;
    column-gap: 8px;
    place-items: center;
    justify-content: center;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    border-radius: 10px;
    transition: all 0.5s 0.1s cubic-bezier(.55, 0, .1, 1);
}

.btn[data-copy] .btn-content-active {
    display: none;
}

.btn--hero-promocode,
.btn--primary,
.btn--secondary {
    color: #ffffff;
    transition: all 0.3s ease-in;
    background-color: #ffd43b;
    box-shadow: 1px 8px 25px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: rgba(0, 95, 173, 0);
}

.btn--hero-promocode:hover,
.btn--primary:hover,
.btn--secondary:hover {
    border: 2px solid #fdd3da;
    background-color: #99e9f2;
    transform: translateY(-0.5rem);
    transition: all 0.4s ease-in-out;
    box-shadow: 0 2px 3px 2px #e0e0e0;
}

.btn--hero-promocode:focus,
.btn--primary:focus,
.btn--secondary:focus {
    border: 2px solid #fdd3da;
    background-color: #99e9f2;
    transform: translateY(-0.5rem);
    transition: all 0.4s ease-in-out;
    box-shadow: 0 2px 3px 2px #e0e0e0;
}
