.editor-content-1 {
    width: 1670px;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 30px 35px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #e60012;
    box-sizing: border-box;
}
.editor-content-1 h4 {
    font-size: 24px;
    color: #e60012;
    margin: 0 0 16px 0;
    font-weight: 700;
}
.editor-content-1 .ren-p {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 12px;
}
.editor-content-1 strong {
    color: #e60012;
}
.editor-module,
.editor-module1,
.info-column1 {
    width: 1670px;
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 25px 28px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}
.editor-module h4,
.editor-module1 h4,
.info-column1 h4 {
    font-size: 22px;
    color: #e60012;
    text-align: center;
    margin: 0 0 18px 0;
    padding-bottom: 14px;
    font-weight: 700;
    border-bottom: 3px solid #e60012;
}
.editor-module .ren-p,
.editor-module1 .ren-p,
.info-column1 .ren-p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}
.editor-module ul,
.editor-module1 ul,
.info-column1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.editor-module ul li,
.editor-module1 ul li,
.info-column1 ul li {
    padding: 8px 0 8px 28px;
    border-bottom: 1px dotted #e6e6e9;
    font-size: 14.5px;
    color: #444;
    line-height: 1.7;
    position: relative;
}
.editor-module ul li:last-child,
.editor-module1 ul li:last-child,
.info-column1 ul li:last-child {
    border-bottom: none;
}
.editor-module ul li::before,
.editor-module1 ul li::before,
.info-column1 ul li::before {
    content: '▸';
    color: #e60012;
    position: absolute;
    left: 4px;
    font-size: 16px;
    font-weight: 700;
}
.editor-module strong,
.editor-module1 strong,
.info-column1 strong {
    color: #e60012;
}
.editor-module-service {
    width: 1670px;
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 25px 28px;
    background: linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
    border-radius: 8px;
    border: 1px solid rgba(230, 0, 18, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}
.editor-module-service h4 {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e60012;
    font-weight: 700;
}
.editor-module-service .ren-p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}
.editor-module-service ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.editor-module-service ul li {
    padding: 8px 0 8px 28px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.06);
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    position: relative;
}
.editor-module-service ul li:last-child {
    border-bottom: none;
}
.editor-module-service ul li::before {
    content: '▸';
    color: #e60012;
    position: absolute;
    left: 4px;
    font-size: 16px;
    font-weight: 700;
}
.editor-module-service strong {
    color: #ffffff;
}
.editor-module-faq {
    width: 1670px;
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 20px 24px;
    background: #fcfcfc;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}
.editor-module-faq h4 {
    color: #e60012;
    font-size: 22px;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e60012;
    font-weight: 700;
}
.editor-module-faq ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}
.editor-module-faq ul:last-child {
    margin-bottom: 0;
}
.editor-module-faq ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.editor-module-faq ul li:first-child {
    font-weight: 700;
    cursor: pointer;
    background: #f7f7f7;
    padding: 14px 40px 14px 20px;
    font-size: 15px;
    color: #1a1a1a;
    position: relative;
    transition: background 0.2s ease;
    border-bottom: 1px solid #e0e0e0;
}
.editor-module-faq ul li:first-child:hover {
    background: #fff0f0;
    color: #e60012;
}
.editor-module-faq ul li:first-child::after {
    content: '+';
    position: absolute;
    right: 16px;
    font-size: 22px;
    font-weight: 300;
    color: #e60012;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.editor-module-faq ul li:first-child.expanded::after {
    content: '−';
}
.editor-module-faq ul li:last-child {
    background: #ffffff;
    color: #555;
    max-height: 0;
    padding: 0 20px;
    opacity: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out, opacity 0.3s ease;
    border-top: none;
}
.editor-module-faq ul li:last-child.active {
    max-height: 500px;
    padding: 16px 20px;
    opacity: 1;
    border-top: 1px solid #f0f0f0;
}
.editor-module-faq ul li:last-child a {
    display: none;
}
.more-info {
    width: 1670px;
    max-width: 100%;
    margin: 40px auto 0;
    padding: 25px 30px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}
.more-info h4 {
    color: #e60012;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 700;
}
.more-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.more-info ul li {
    padding: 0;
}
.more-info ul li::before {
    display: none;
}
.more-info a {
    display: block;
    padding: 6px 18px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.25s ease;
}
.more-info a:hover {
    background: #e60012;
    border-color: #e60012;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(230, 0, 18, 0.3);
}
.info-column1 table,
.ren-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
}
.info-column1 table th,
.info-column1 table td,
.ren-table th,
.ren-table td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
}
.info-column1 table th,
.ren-table th {
    background-color: #e60012;
    color: white;
    font-weight: 600;
}
.info-column1 table tbody tr:nth-child(even),
.ren-table tbody tr:nth-child(even) {
    background: #f8f8f8;
}
.info-column1 table tbody tr:hover,
.ren-table tbody tr:hover {
    background: #fff0f0;
}
.info-column1 table tbody tr td:first-of-type,
.ren-table tbody tr td:first-of-type {
    font-weight: 600;
    color: #2c3e50;
    background: #fafafa;
}
.tag-title {
    width: 1670px;
    max-width: 100%;
    margin: 0 auto 10px;
    font-size: 3.5em;
    font-weight: 700;
    color: #e60012;
    text-align: center;
    letter-spacing: -0.5px;
    position: relative;
}
.tag-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #e60012;
    margin: 10px auto 0;
    border-radius: 4px;
}
.tag-hero-section .hero-section-p {
    width: 1670px;
    max-width: 100%;
    margin: 0 auto 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #e60012;
}
.tag-hero-section {
    margin-bottom: 30px;
}