.wpt-container-e00032d0 {
    display: grid;
    width: 100%;
    box-sizing: border-box;
}

.wpt-card-e00032d0 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wpt-card-e00032d0:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Side vertical rotated ribbon/badge */
.wpt-badge-e00032d0 {
    position: absolute;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Centralized header styles */
.wpt-header-e00032d0 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
}

.wpt-title-e00032d0 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

/* Circle icon container */
.wpt-icon-circle-e00032d0 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px auto 20px auto;
}

.wpt-icon-circle-e00032d0 i {
    display: block;
}

.wpt-icon-circle-e00032d0 svg {
    display: block;
}

.wpt-subtitle-e00032d0 {
    font-size: 14px;
    margin: 5px 0 0 0;
}

/* Custom bullet list with checkmarks */
.wpt-features-e00032d0 {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    flex-grow: 1;
}

.wpt-features-e00032d0 li {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left;
}

.wpt-features-e00032d0 li::before {
    content: "\f00c"; /* FontAwesome checkmark code */
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 4px;
    top: 1px;
    font-size: 14px;
}

/* Bottom Price Bar */
.wpt-price-bar-e00032d0 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
    margin-top: auto;
}

.wpt-price-label-e00032d0 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.wpt-price-divider-e00032d0 {
    width: 1px;
    height: 18px;
    background-color: #e2e8f0;
    margin: 0 15px;
}

.wpt-price-val-e00032d0 {
    font-size: 20px;
    font-weight: 700;
}
