.pday-card {
    background-image: linear-gradient(180deg, #02265A, #041f76);
    color: white;
    border-radius: 0;
}

    .pday-subtitle {
        /* max-width: 457px; */

        border: 1px solid white;
        /* border-radius: 11px; */
        padding: 8px;
        box-shadow: none;

        text-align: center;
    }

    @media only screen and (min-width: 576px) {
        .pday-subtitle {
            /* box-shadow: 3px 3px 0px 0px white; */
            /* border: 2px solid white; */
            border-radius: 0;

        }
    }


.pday-title-container {
    padding: 10px;
    background-color: #065784;
    color: white;

    border-radius: 5px;
}

.pday-title-container div {
    text-align: center;
}

.pday-subcontainer {
    /* width: 350px; */
    /* background: #ffa435; */
    background-color: #023469;
    padding-bottom: 10px;
}

.pday-subcontainer-description {
    background-image: linear-gradient(45deg, #390da0, #0b1a7a);
}

.pday-subcontainer > div {
    padding: 10px 20px;
}
    .pday-subcontainer > div .h3 {
        /* padding: 15px 0; */
        padding: 0 0 2px 0;
    }

.pday-subcontainer > div.pday-date {
    /* padding: 10px 20px; */
    width: 100%;
    /* background-image: linear-gradient(45deg, #ffa435, #1cbf19); */
    background-image: linear-gradient(45deg, #ffa4359e, #1cbf19b5);
    /* background: #0000004f; */
    /* margin-bottom: 10px; */
}
    .pday-subcontainer > div.pday-date .info {
        color: white;
    }


.pday-card .variant-container {
    display: flex;
    justify-content: start;
    align-items: center;
    
    background: #dfa731; 
    border-radius: 5px;
    padding: 11px 17px;
    margin-bottom: 10px;
    min-height: 50px;
}




.pday-card .c_card-footer {
    padding: 20px;
    background-image: linear-gradient(90deg, #5901b8a3, #17007536);
    color: white;
}

.pday-card .c_card-footer .h3 {
    font-family: 'Share Tech Mono', monospace;
    text-transform: uppercase;
    letter-spacing: -2px;
}
