.wwob-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 14px;
    margin: 24px 0 26px;
}

.wwob-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 150px;
    padding: 11px 16px;
    border: 1px solid rgba(37, 211, 102, 0.24);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fff9 100%);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.wwob-price span {
    margin-bottom: 2px;
    color: #5f6b63;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.wwob-price strong,
.wwob-price .amount {
    color: #f2653d;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.wwob-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 60px;
    padding: 0 28px;
    border: 0;
    border-radius: 8px;
    background: #25d366;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.28);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.wwob-button:hover,
.wwob-button:focus {
    background: #19bd57;
    color: #fff !important;
    box-shadow: 0 18px 36px rgba(37, 211, 102, 0.36);
    transform: translateY(-2px);
}

.wwob-button:focus {
    outline: 2px solid rgba(37, 211, 102, 0.35);
    outline-offset: 3px;
}

.wwob-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.wwob-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.wwob-admin-notice {
    display: inline-block;
    padding: 12px 14px;
    border-left: 4px solid #25d366;
    background: #f6fff9;
    color: #1f2937;
    font-weight: 700;
}

@media (max-width: 640px) {
    .wwob-wrap,
    .wwob-button,
    .wwob-price {
        width: 100%;
    }

    .wwob-button {
        padding-right: 18px;
        padding-left: 18px;
    }
}
