.elementor-5887 .elementor-element.elementor-element-65ee617{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5887 .elementor-element.elementor-element-ecddac2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-79c955e *//* -----------------------------------
   ANSWER KEY WRAPPER
----------------------------------- */
.answerkey-portal-wrapper {
    max-width: 1000px;
    margin: 20px auto;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

/* -----------------------------------
   ANSWER KEY BANNER (TEAL/CYAN THEME)
----------------------------------- */
.answerkey-banner {
    background: linear-gradient(135deg, #0083B0 0%, #00B4DB 100%); /* Fresh Teal/Cyan Gradient */
    padding: 30px 20px;
    text-align: center;
    position: relative;
    border-bottom: 5px solid #ff6b6b; /* Coral Pink Accent */
    overflow: hidden;
}

.answerkey-banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 2px, transparent 2.5px);
    background-size: 20px 20px;
}

.answerkey-banner h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
}

/* Coral Underline for Answer Key Title */
.answerkey-banner h2::after {
    content: '';
    display: block;
    width: 50%;
    height: 4px;
    background: #ff6b6b; 
    margin: 10px auto 0;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(255, 107, 107, 0.4);
}

.answerkey-banner p {
    margin: 15px 0 0;
    font-size: 15px;
    color: #e0f7fa;
    font-weight: 500;
    position: relative;
}

/* -----------------------------------
   ANSWER KEY LIST DESIGN 
----------------------------------- */
.answerkey-list-container {
    padding: 20px;
    background: #ffffff;
}

.answerkey-list-container ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.answerkey-list-container ul li {
    background: #f0fdfa; /* Halka Teal/Firozi Background */
    margin-bottom: 12px;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid #ccfbf1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.answerkey-list-container ul li:hover {
    background: #e0f2f1; /* Hover par thoda dark firozi */
    border-color: #99f6e4;
    transform: translateX(5px);
}

.answerkey-list-container ul li a {
    text-decoration: none;
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    flex: 1;
}

/* Answer Key Date Tag */
.answerkey-list-container .lcp_date {
    background: #ffffff;
    color: #0083B0;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 4px;
    margin-left: 15px;
    border: 1px solid #ccfbf1;
    white-space: nowrap;
}

/* -----------------------------------
   VIEW ALL ANSWER KEY BUTTON
----------------------------------- */
.btn-view-all-answerkey {
    display: inline-block;
    background: linear-gradient(135deg, #0083B0 0%, #00B4DB 100%);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 131, 176, 0.3);
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}

.btn-view-all-answerkey:hover {
    background: #ffffff;
    color: #0083B0 !important;
    border: 2px solid #0083B0;
    box-shadow: 0 6px 20px rgba(0, 131, 176, 0.5);
    transform: translateY(-3px);
}

/* Mobile Adjustments */
@media (max-width: 600px) {
    .answerkey-banner h2 { font-size: 22px; }
    .answerkey-list-container ul li {
        flex-direction: column;
        align-items: flex-start;
    }
    .answerkey-list-container .lcp_date {
        margin-left: 0;
        margin-top: 10px;
    }
    .btn-view-all-answerkey { width: 100%; box-sizing: border-box; }
}/* End custom CSS */