#wp-gs-form {
    font-family: "Nunito", Sans-serif;
    text-align: center;
    display: flex;
    margin: auto;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
}

#wp-gs-form input {
    padding: 7px;
    font-family: "Signika", Sans-serif;
    margin-right: 10px;
    width: 200px;
    border-radius: 30px;
    font-size: 14px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    border: none;
    text-align: center;
}

#wp-gs-form button {
    padding: 7px 30px;
    background-color: #E5C476;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    font-family: "Signika", Sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.wp-gs-profile a {
    padding: 6px 20px;
    background-color: #E5C476;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    font-family: "Signika", Sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.wp-gs-profile a:hover {
    color: white;
}

#wp-gs-form button:hover {
    background-color: #d4a73c;
}

#wp-gs-form button:focus {
    background-color: #ccc;
    cursor: not-allowed;
    border: none;
}

#wp-gs-results {
    margin-top: 20px;
    font-family: "Ropa Sans", Sans-serif;
}

#wp-gs-results-alerts{
    margin-top: 20px;
    font-family: "Ropa Sans", Sans-serif;
}


.observations{
    background-color: #f3f7f5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    padding: 25px;
    border-radius: 3px;
    margin: 25px 0;
}

.observations p{
    margin: 0;
}



.wp-gs-profile {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin: 20px auto;
}
.wp-gs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Signika", Sans-serif;
}

.wp-gs-header h5 {
font-family: "Signika", Sans-serif;
margin: 0;
}
.wp-gs-status, .wp-gs-status-info {
    padding: 10px 15px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    font-family: "Ropa Sans", Sans-serif;
    line-height: normal;

}

.wp-gs-status-info-first {
    padding: 10px 15px;
    border-radius: 100%;
    width: 190px;
    height: 150px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-family: "Ropa Sans", Sans-serif;

}

.wp-gs-status-info-data:hover {
    background: linear-gradient(135deg, #E5C476 0%, #dce775 100%);
    color: #333;
    box-shadow: 0 4px 20px rgba(229,196,118,0.25);
    transform: scale(1.05) rotate(-2deg);
    border: none;
    transition: all 0.3s ease;
}

.flex {
    display: flex;
}

.status-pago{
            background: #dce775;
}
.status-activo{
            background: #ce7a23;
}
.status-no-registrado{
            background: #a12b2f;
}
.wp-gs-crus {
    background: #dce775;
    padding: 10px 15px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
    color: #000;
    font-family: "Ropa Sans", Sans-serif;
}
.wp-gs-columns {
    display: flex;
    gap: 20px;
}
.wp-gs-box {
    flex: 1;
    padding: 20px;
    border-radius: 12px;
}

.wp-gs-box strong {
    color: #000;
    width: 200px;
}
.wp-gs-box h4 {
    margin-top: 0;
    background: #dce775;
    padding: 15px 10px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
}
.wp-gs-box p {
    margin: 6px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}


@media (max-width: 768px) {

#wp-gs-form {
    flex-direction: column;
    gap: 20px;
}

    .wp-gs-columns {
        flex-direction: column;
    }
    .wp-gs-status-info-first {
        width: 100px;
        height: 70px;
    }
    .wp-gs-crus {
        width: 70px;
        height: 70px;
        font-size: 14px;
    }
    .wp-gs-status {
        font-size: 14px;
        padding: 8px 12px;
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }

    .wp-gs-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    }

    .header-2{
        flex-direction: column;
    }
}


.hide {
    display: none;
}

.show {
    display: block;
}