.eqp-answer {
    display: block;
    width: 100%;
    padding: 12px 18px;
    margin: 12px 0;
    font-size: 15px;
    font-weight: 500;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: left;
    cursor: pointer;
    transition: 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.eqp-answer:hover {
    background-color: #f5faff;
    border-color: #00cfff;
}

.eqp-answer:focus {
    outline: none;
    border-color: #00b9eb;
    background: #f0fbff;
}

.eqp-answer:active {
    background-color: #e0f7ff;
}
.eqp-question {
	    background: #00CCF2;
    color: white;
    padding: 15px 20px;
    border-radius: 30px 30px 30px 0px;
    display: inline-block;
	margin: 10px 0;
}

/* bmti */
    .eqp-mbti-result {
        width: 100%;
        font-family: sans-serif;
        color: #222;
    }
    .eqp-mbti-banner {
        background: var(--primary-color);
        border-radius: 10px;
        padding: 80px 20px 40px;
        position: relative;
        color: white;
        text-align: center;
    }
    .eqp-mbti-banner .bang-ron {
position: absolute;
    top: 25px;
    width: 150px;
    transform: translate(-50%);
    left: 50%;
    }
    .eqp-mbti-badge {
        background: #6d4c41;
        border-radius: 25px;
        padding: 20px 40px;
        display: inline-block;
        border: 5px solid #ffeb3b;
        color: white;
    }
    .eqp-mbti-code {
        font-size: 48px;
        color: #ffeb3b;
        font-weight: bold;
        text-shadow: 2px 2px #000;
    }
    .eqp-mbti-name {
        font-size: 18px;
        margin-top: 5px;
    }
    .eqp-mbti-desc {
        padding: 20px 0;
        background: #fff;
        border-radius: 8px;
        margin-top: 20px;
        line-height: 1.7;
    }
    
    
    /* holland */
.eqp-holland-result table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 12px;
  overflow: hidden;

}
.eqp-holland-result table tbody {
      border: 1px solid #ddd;
}
.eqp-holland-result th {
    background: var(--primary-color);
    color: #fff;
    padding: 16px 12px !important;
    font-size: 16px;
    text-transform: none;
    text-wrap: nowrap;
    text-align: center;
}
.eqp-holland-result td {
    /*border-bottom: 1px solid #ddd;*/
    padding: 12px !important;
    text-align:center;
}
.eqp-holland-result img {
    width: 60px;
    margin-bottom: 10px;
}
.eqp-holland-result strong {
    display: block;
    margin-bottom: 6px;
}


