.gspp-card-container {
    width: 700px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    color: rgba(34, 34, 34, 0.15);
    font-family: "Montserrat";
}
@media screen and (max-width: 576px) {
    .gspp-card-container {
        max-width: 500px !important;
        width: 100% !important;
        overflow: hidden auto;
    }
    .gspp-card-header .gspp-header-title .gspp-title-item {
        font-size: 20px !important;
    }
    .gspp-card-body p {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        line-height: 1.5 !important;
    }
    .gspp-card-body ul {
        font-size: 12px !important;
        margin: 0px !important;
    }
    .gspp-completed-formations {
        font-size: 12px !important;
    }
    .gspp-completed-formations p{
        margin-bottom: 0px !important;
        line-height: 1.5;
    }
    .gspp-generated-amount-display .gspp-amount {
        font-size: 11px !important;
        padding: 5px 5px !important;
    }
    .gspp-logo-box {
        font-size: 0px;
        position: relative;
        top: 0px;
        right: 0px;
        z-index: 3;
        width: 156px !important;
        height: 152px !important;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gspp-logo-box img {
        width: 107px !important;
        height: 97px !important;
    }
    .gspp-card-container::before {
        content: "";
        position: absolute;
        top: -77px !important;
        right: 0px;
        border-right: solid 156px var(--gspp-color-primary) !important;
        border-bottom: solid 77px transparent !important;
        border-top: solid 156px var(--gspp-color-primary) !important;
        border-top-left-radius: 100% !important;
        opacity: 1;
        z-index: 1;
    }
    .gspp-generated-amount-label{
        font-size: 12px !important;
        line-height: 10px !important;
    }
    .gspp-cta-button{
        font-size: 12px !important;
    }
    .gspp-amount{

    }
    .gspp-card-content{
        padding: 10px !important;
    }
    .gspp-card-header {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    .gspp-card-container {
        max-width: 600px;
    }
    .gspp-card-header .gspp-header-title .gspp-title-item {
        font-size: 26px !important;
    }
    .gspp-card-body p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
    .gspp-card-body ul {
        font-size: 12px !important;
    }
    .gspp-completed-formations {
        font-size: 12px !important;
    }
    .gspp-generated-amount-display .gspp-amount {
        font-size: 16px;
    }
    .gspp-card-content{
        padding: 20px !important;
    }
    .gspp-card-header {
        margin-top: 0;
    }
}

.gspp-card-container::before {
    content: "";
    position: absolute;
    top: -109px;
    right: 0px;
    border-right: solid 219px var(--gspp-color-primary);
    border-bottom: solid 109px transparent;
    border-top: solid 219px var(--gspp-color-primary);
    /*width: 214px;
    height: 219px;*/
    /*background: var(--gspp-color-primary);*/
    /*background: #99874F 0% 0% no-repeat padding-box;*/
    /*transform: rotate(90deg);*/
    border-top-left-radius: 500%;
    opacity: 1;
    z-index: 1;
    /*border-top-left-radius: 80%;*/
    /*border-bottom-left-radius: 80%;
    border-bottom-right-radius: 60%;*/
}

.gspp-card-content {
    position: relative;
    padding: 45px;
    z-index: 2;
    font-size: 25px;
    color: #222222;
}

.gspp-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    z-index: 10;
    background-color: transparent;
    font-weight: lighter;
}

.gspp-card-header {
    display: flex;
    margin-bottom: 0px;
    position: relative;
    align-items: center;
    margin-top: -45px;
}
.gspp-card-header .gspp-header-title {
    flex: 1;
}
.gspp-card-header .gspp-header-title .gspp-title-item {
    display: block;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "Montserrat";
}
.gspp-card-header .gspp-header-title .gspp-title-item:first-child {
    color: #222222;
}
.gspp-card-header .gspp-header-title .gspp-title-item:nth-child(2) {
    color: var(--gspp-color-secondary);
}
.gspp-card-header .gspp-header-title .gspp-title-item:nth-child(3) {
    color: var(--gspp-color-primary);
}

.gspp-card-header h1 {
    font-weight: bold;
    color: #222222;
    line-height: 1.2;
    margin: 0;
}

.gspp-card-header h1 strong {
    color: var(--gspp-color-secondary);
}

.gspp-logo-box {
    font-size: 0px;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 3;
    width: 219px;
    height: 214px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gspp-logo-box img {
    width: 151px;
    height: 137px;
}

.gspp-logo-text {
    font-size: 10px;
    text-transform: uppercase;
}
.gspp-logo-text-bottom {
    font-size: 8px;
    line-height: 0.8;
    text-transform: uppercase;
}

.gspp-card-body p {
    font-size: 20px;
    line-height: 25px;
    color: #222222;
    margin-bottom: 15px;
    padding-top: 0px;
    font-family: "Montserrat";
    letter-spacing: 0px;
}

.gspp-card-body strong {
    color: #222222;
    font-weight: bold;
}

.gspp-card-body ul,
.gspp-card-body ol {
    list-style-type: disc;
    /*padding-left: 20px;*/
    margin: 20px 0;
    font-size: 12px;
    color: #777;
    line-height: 15px;
}

.gspp-card-body ul li {
    margin-bottom: 5px;
}

.gspp-card-footer {
    padding-top: 0px;
}

.gspp-generated-amount-label {
    font-weight: 700;
    font-size: 20px;
    color: #222222;
    margin-bottom: 5px;
    line-height: 24px;
}

.gspp-generated-amount-display {
    background-color: #e8e8e8;
    border-radius: 20px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    display: block;
    font-size: 0px;
}

.gspp-generated-amount-display .gspp-amount {
    background-color: var(--gspp-color-secondary);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    white-space: nowrap;
    font-family: 'Montserrat' !important;
    text-align: center;
}

.gspp-completed-formations {
    font-size: 15px;
    color: #222222;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 19px;
}

.gspp-cta-button-container {
    text-align: center;
}
.gspp-cta-button {
    width: 100%;
    padding: 10px;
    background-color: var(--gspp-color-primary);
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(139, 121, 92, 0.4);
    transition: background-color 0.3s;
    text-decoration: none;
}

.gspp-cta-button:hover {
    background-color: #a08c70;
}
