
.panel-pklm {
    list-style: none;
    display: flex;
}

.panel-pklm-lig {
    width: 33.33%;
    padding: 10px 20px;
}

@media(max-width:768px) {
    .panel-pklm {
        display: flex;
        flex-direction: column;
    }

    .panel-pklm-lig {
        width: 100%;
        padding: 20px 0;
    }
}


.panel-fgdh-main {
    line-height: 1.6;
    color: #222;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 25px;
}

.panel-fgdh-htik {
    border-bottom: 2px solid #d40000;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.panel-fgdh-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0;
}

.panel-fgdh-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-style: italic;
    margin-top: 5px;
}

.panel-fgdh-gfaqg-container {
    margin: 40px 0;
}

.gfaqg-category {
    font-size: 1.5rem;
    font-weight: 600;
    color: #d40000;
    border-left: 4px solid #d40000;
    padding-left: 15px;
    margin: 40px 0 20px;
}

.gfaqg-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    position: relative;
}

.gfaqg-question {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
    padding-right: 30px;
}

.gfaqg-question::before {
    content: "Q";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #d40000;
    color: white;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 0.9rem;
}

.gfaqg-answer {
    font-size: 1rem;
    padding-left: 34px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked~.gfaqg-answer {
    max-height: 500px;
    margin-bottom: 15px;
}

.gfaqg-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 1.5rem;
    color: #d40000;
    transition: transform 0.3s;
}

input[type="checkbox"]:checked~.gfaqg-question::after {
    content: "-";
}

.panel-fgdh-footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

@media (max-width: 768px) {
    .panel-fgdh-title {
        font-size: 1.8rem;
    }

    .gfaqg-category {
        font-size: 1.3rem;
    }

    .gfaqg-question {
        font-size: 1.1rem;
    }
}
