.membership-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #e8eeee; 
    border: 1px solid #858188;
    border-radius: 8px;
    padding: 6px 14px;
    font-family: "Inter", Sans-serif;
    color: #07342D;
    width: fit-content;
    margin-left: auto; /* alinea el bloque a la derecha */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.membership-icon img {
  width: 30px;
  height: auto;
}

.membership-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
}

.membership-info p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.membership-info strong {
    font-family: "Taviraj", Sans-serif;
    color: #07342D;
}
