*:focus {
	outline: none;
}
.sp-seo-faq .faq-text ul {
	padding: 20px 0 0 0;
}
.sp-seo-faq li {
	list-style: none;
}
.faq-question {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.06),0 0 2px rgba(0,0,0,.07);
	padding: 24px;
}
.faq-question:hover {
	box-shadow: 0 4px 5px rgba(0,0,0,.12),0 3px 14px rgba(0,0,0,.06),0 8px 10px rgba(0,0,0,.07);
}
.faq-link {
	position: relative;
	cursor: pointer;
	margin: -24px;
	padding: 24px 50px 24px 24px;
	font-size: 18px;
	line-height: 1.5;
	list-style: none;
}
.faq-link:after {
	position: absolute;
	content: "";
	top: 31px;
	right: 38px;
	pointer-events: none;
	width: 13px;
	height: 12px;
	transition: .25s;
	background: url(/catalog/view/theme/default/image/sp_auto_seo_faq_arrow.png) no-repeat 50%;
}
.faq-open.faq-link:after {
	transform: rotate(180deg);
	transition: transform 0.5s;
}
.faq-text {
	font-size: 16px;
}
.faq-text ul li:before {
	content: '✓\00a0';
	display: inline-block;
}
.faq-title{
	color: #000;
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sp-seo-faq-block > ul {
	padding-left: 0;
}

.seo-price-section {
    margin: 30px 0;
}

.seo-price-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    line-height: 1.3;
}

.seo-price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #fff;
}

.seo-price-th,
.seo-price-td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    word-wrap: break-word;
}

.seo-price-th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #495057;
}

.seo-price-product-name {
    width: 70%;
}

.seo-price-product-price {
    width: 30%;
    text-align: right;
    white-space: nowrap;
}

.seo-price-value {
    text-align: right;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
}

.seo-price-name {
    line-height: 1.4;
}

.seo-price-row:nth-child(even) {
    background-color: #f9f9f9;
}

.seo-price-row:hover {
    background-color: #f1f1f1;
    transition: background-color 0.2s ease;
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 19.2px; 
    }

    .faq-question {
        padding: 19px; 
    }
    
    .faq-link {
        margin: -19px;
        padding: 19px 40px 19px 19px;
        font-size: 14.4px; 
        line-height: 1.2; 
    }

    .faq-link:after {
        top: 26px;
    }
    
    .faq-text {
        font-size: 12.8px; 
    }


    .seo-price-title {
        font-size: 19.2px; 
        line-height: 1.04; 
    }

    .seo-price-th,
    .seo-price-td {
        padding: 10px 12px; 
    }

    .seo-price-name {
        line-height: 1.12;
    }
}

