.pricing-tag {
    position: relative;
    aspect-ratio: 3 / 1;
}

.pricing-tag-shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.06));
}

.pricing-tag-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.pricing-tag-paper {
    position: absolute;
    inset: 14% 5% 14% 24%;
    background: #fffdf6;
    border-radius: 4px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(120, 30, 20, 0.10),
        inset 0 2px 4px rgba(120, 30, 20, 0.06),
        0 1px 2px rgba(0, 0, 0, 0.08);
}
