.premium-banner-bordered-box {
    border: 2px solid #40a4aa; /* Border color */
    padding: 20px;
    position: relative;
}

.premium-banner-label {
    position: absolute;
    top: -12px; /* Position above the border */
    left: 10px;
    background-color: white; /* To create the effect of cutting into the border */
    padding: 0 10px;
    font-weight: bold;
    color: #40a4aa; /* Text color */
    display: flex;
    align-items: center;
}

.premium-banner-label .icon {
    margin-left: 5px; /* Space between text and icon */
}

.premium-banner-crown-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("/static/image/crown.fbe2b1019783.png") no-repeat center center;
    background-size: contain; /* Make sure the icon fits properly */
}

.gram-text, .gram-text-v2 {
    border-radius: 23px !important;
    padding-top: 3px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}