.seo-pegah-mashk-dough {
direction: rtl;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 1.5rem;
line-height: 1.6;
color: #212121;
background-color: #ffffff;
border: 1px solid #a5d6a7;
border-radius: 8px;
max-width: 600px;
margin: auto;
box-shadow: 0 4px 8px rgba(165, 214, 167, 0.25);
}
.seo-pegah-mashk-dough h2,
.seo-pegah-mashk-dough h4 {
font-family: "B Titr", sans-serif;
text-align: right;
color: #388e3c;
margin-bottom: 1rem;
}
.circle-list {
list-style: none;
padding: 0;
margin: 0;
}
.circle-list li {
position: relative;
padding: 0.8rem 2rem 0.8rem 0.8rem;
margin: 0.6rem 0;
font-size: 1rem;
color: #2e7d32; /* سبز تیره */
cursor: default;
border-radius: 6px;
transition: box-shadow 0.3s ease, background-color 0.3s ease, opacity 0.5s ease, transform 0.5s ease;
opacity: 0;
transform: translateY(20px);
transition-delay: var(--delay);
}
.circle-list li::before {
content: "";
width: 12px;
height: 12px;
border-radius: 50%;
position: absolute;
right: 0.6rem;
top: 50%;
transform: translateY(-50%);
background-color: #388e3c;
animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
0%, 100% { transform: translateY(-50%) scale(1); }
50% { transform: translateY(-50%) scale(1.6); }
}
.circle-list li:hover::before {
transform: translateY(-50%) scale(1.4);
background-color: #a5d6a7;
}
.circle-list li:hover {
box-shadow: 0 0 12px 4px rgba(165, 214, 167, 0.4);
background-color: rgba(165, 214, 167, 0.1);
}
.cold-shipping-note {
font-size: 0.95rem;
color: #2e7d32;
background-color: #e8f5e9;
border: 1px solid #a5d6a7;
padding: 0.75rem 1rem;
border-radius: 6px;
margin-bottom: 1rem;
text-align: right;
}
@media (max-width: 480px) {
.seo-pegah-mashk-dough {
padding: 1rem;
}
.seo-pegah-mashk-dough h2 {
font-size: 1.3rem;
}
.circle-list li {
font-size: 0.95rem;
padding-right: 1.5rem;
}
.circle-list li::before {
width: 10px;
height: 10px;
}
}
.toggle-more-checkbox {
display: none;
}
.more-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.8s ease;
}
.toggle-more-checkbox:checked + .more-content {
max-height: 2000px;
}
.toggle-more-checkbox:checked + .more-content .circle-list li {
opacity: 1;
transform: translateY(0);
}
.read-more-btn {
display: block;
margin: 1rem auto 0;
padding: 0.5rem 1rem;
font-size: 1rem;
background-color: #388e3c;
color: #fff;
border: none;
border-radius: 6px;
cursor: pointer;
text-align: center;
transition: background-color 0.3s ease;
}
.read-more-btn:hover {
background-color: #2e7d32;
}
.toggle-more-checkbox:checked + .more-content + .read-more-btn::after {
content: "کمتر";
}
.read-more-btn::after {
content: "ادامه مطلب";
}
ادامه مطلبنمایش کمتر
ثبت نظر