.elementor-11160 .elementor-element.elementor-element-3d444ae{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-0760a93 *//* สไตล์หลักสำหรับกล่องเนื้อหา สภ.เฉลิมพระเกียรติ */
.police-card-container {
    font-family: 'Sarabun', -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 750px;
    margin: 20px auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}
.police-header {
    background: linear-gradient(135deg, #0b2240 0%, #1a3a60 100%);
    color: #ffffff;
    padding: 35px 25px;
    text-align: center;
    border-bottom: 6px solid #a01d24;
}
.police-header h2 {
    margin: 0 0 8px 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    color: #ffffff !important;
}
.police-header p.sub-station {
    margin: 0 !important;
    font-size: 13px !important;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff !important;
}
.police-header h1 {
    margin: 20px 0 0 0 !important;
    font-size: 26px !important;
    color: #ffdd67 !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}
.police-header h1 span {
    color: #ffffff !important;
    display: block;
    font-size: 24px !important;
    margin-top: 5px;
}
.badge-fast {
    display: inline-block;
    background-color: #a01d24;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.police-body {
    padding: 30px 20px;
    background-color: #f8fafc;
}
.step-item {
    display: flex;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    border-left: 5px solid #0b2240;
    transition: transform 0.2s;
}
.step-item:hover {
    transform: translateY(-2px);
}
.step-number {
    background-color: #0b2240;
    color: #ffffff;
    width: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
}
.step-content {
    padding: 20px;
    flex-grow: 1;
}
.step-content h3 {
    margin: 0 0 10px 0 !important;
    color: #0b2240 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #edf2f7;
    padding-bottom: 8px;
}
.step-content p {
    margin: 0 !important;
    color: #4a5568 !important;
    line-height: 1.6 !important;
    font-size: 15px !important;
}
.fee-container {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
.fee-box {
    flex: 1;
    background: #fffaf0;
    border: 1px solid #feebc8;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
}
.fee-box span {
    font-size: 13px;
    color: #718096;
    display: block;
    margin-bottom: 4px;
}
.fee-box strong {
    font-size: 20px;
    color: #c05621;
    display: block;
}
.police-slogan {
    background-color: #fff3cd;
    color: #856404;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    border-top: 1px dashed #ffeeba;
    border-bottom: 1px dashed #ffeeba;
}
.police-footer {
    background-color: #0b2240;
    color: #ffffff;
    padding: 25px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}
.police-footer a {
    color: #ffdd67;
    text-decoration: none;
    font-weight: 600;
}
.police-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .step-item {
        flex-direction: column;
        border-left: none;
        border-top: 5px solid #0b2240;
    }
    .step-number {
        width: 100%;
        height: 50px;
        font-size: 28px;
        padding: 5px 0;
    }
    .fee-container {
        flex-direction: column;
        gap: 10px;
    }
    .police-header h1 { font-size: 22px !important; }
    .police-header h1 span { font-size: 20px !important; }
}/* End custom CSS */