.ArticleForm-module__Th9YpW__formPage{flex-direction:column;gap:1.5rem;display:flex}.ArticleForm-module__Th9YpW__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ArticleForm-module__Th9YpW__headerLeft{align-items:center;gap:1.5rem;display:flex}.ArticleForm-module__Th9YpW__headerLeft h1{color:#111827;font-size:1.5rem;font-weight:700}.ArticleForm-module__Th9YpW__headerLeft p{color:#6b7280;font-size:.9375rem}.ArticleForm-module__Th9YpW__backButton{cursor:pointer;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:.625rem;padding:.625rem;transition:all .2s}.ArticleForm-module__Th9YpW__backButton:hover{color:var(--color-primary);background:#f9fafb}.ArticleForm-module__Th9YpW__headerActions{gap:1rem;display:flex}.ArticleForm-module__Th9YpW__tabs{border-bottom:1px solid #e5e7eb;gap:1rem;padding-bottom:.5rem;display:flex}.ArticleForm-module__Th9YpW__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-weight:500;transition:all .2s;display:flex;position:relative}.ArticleForm-module__Th9YpW__tab:hover,.ArticleForm-module__Th9YpW__activeTab{color:var(--color-primary)}.ArticleForm-module__Th9YpW__activeTab:after{content:"";background:var(--color-primary);height:2px;position:absolute;bottom:-.5rem;left:0;right:0}.ArticleForm-module__Th9YpW__formContent{padding-top:1rem}.ArticleForm-module__Th9YpW__editorSection{flex-direction:column;gap:2rem;display:flex}.ArticleForm-module__Th9YpW__mainInfo{border:1px solid var(--color-border);background:#fff;border-radius:.75rem;padding:1.5rem}.ArticleForm-module__Th9YpW__titleInput{color:#111827;background:0 0;border:none;outline:none;width:100%;font-size:2rem;font-weight:800}.ArticleForm-module__Th9YpW__metadataSection .ArticleForm-module__Th9YpW__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.ArticleForm-module__Th9YpW__card{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:.75rem;padding:1.5rem}.ArticleForm-module__Th9YpW__card h3{color:#111827;border-bottom:1px solid #f3f4f6;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:700}.ArticleForm-module__Th9YpW__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.ArticleForm-module__Th9YpW__formGroup label{color:#374151;font-size:.875rem;font-weight:600}.ArticleForm-module__Th9YpW__formGroup input,.ArticleForm-module__Th9YpW__formGroup select,.ArticleForm-module__Th9YpW__formGroup textarea{border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem;font-size:.9375rem;transition:border-color .2s}.ArticleForm-module__Th9YpW__formGroup input:focus{border-color:var(--color-primary);ring:2px var(--color-primary-light);outline:none}.ArticleForm-module__Th9YpW__imageHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ArticleForm-module__Th9YpW__miniToggle{color:#6b7280;background:#f3f4f6;border-radius:2rem;align-items:center;gap:1rem;padding:.5rem 1rem;font-size:.8rem;display:flex}.ArticleForm-module__Th9YpW__labelWithInfo{align-items:center;gap:.5rem;display:flex}.ArticleForm-module__Th9YpW__toggleWithInfo{align-items:center;gap:.4rem;display:flex}.ArticleForm-module__Th9YpW__infoIconWrapper{cursor:help;align-items:center;display:inline-flex;position:relative}.ArticleForm-module__Th9YpW__infoIcon{color:#9ca3af;transition:color .2s}.ArticleForm-module__Th9YpW__infoIconSmall{color:#9ca3af;opacity:.8}.ArticleForm-module__Th9YpW__infoIconWrapper:hover .ArticleForm-module__Th9YpW__infoIcon,.ArticleForm-module__Th9YpW__infoIconWrapper:hover .ArticleForm-module__Th9YpW__infoIconSmall{color:var(--color-primary)}.ArticleForm-module__Th9YpW__tooltip{color:#fff;text-align:center;visibility:hidden;opacity:0;pointer-events:none;z-index:100;background:#1f2937;border-radius:.5rem;width:220px;padding:.75rem 1rem;font-size:.75rem;line-height:1.4;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;bottom:125%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 15px -3px #0000004d}.ArticleForm-module__Th9YpW__tooltip:after{content:"";border:5px solid #0000;border-top-color:#1f2937;margin-left:-5px;position:absolute;top:100%;left:50%}.ArticleForm-module__Th9YpW__infoIconWrapper:hover .ArticleForm-module__Th9YpW__tooltip{visibility:visible;opacity:1;transform:translate(-50%)translateY(0)}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]{appearance:none;cursor:pointer;background-color:#d1d5db;transition:background-color .2s;position:relative;border:none!important;border-radius:1rem!important;width:1.8rem!important;height:1rem!important;margin:0!important}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]:checked{background-color:#10b981}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]:before{content:"";background-color:#fff;border-radius:50%;width:.8rem;height:.8rem;transition:transform .2s;position:absolute;top:.1rem;left:.1rem}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]:checked:before{transform:translate(.8rem)}.ArticleForm-module__Th9YpW__checkboxes label{cursor:pointer;background:#f9fafb;border:1px solid #f3f4f6;border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.ArticleForm-module__Th9YpW__checkboxes label:hover{background:#f3f4f6}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]{appearance:none;cursor:pointer;background-color:#d1d5db;transition:background-color .2s;position:relative;border:none!important;border-radius:1rem!important;outline:none!important;width:2.5rem!important;height:1.25rem!important}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]:checked{background-color:#10b981}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]:before{content:"";background-color:#fff;border-radius:50%;width:1rem;height:1rem;transition:transform .2s;position:absolute;top:.125rem;left:.125rem}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]:checked:before{transform:translate(1.25rem)}.ArticleForm-module__Th9YpW__disabledLabel{opacity:.5;pointer-events:auto;cursor:not-allowed!important}.ArticleForm-module__Th9YpW__disabledLabel input{cursor:not-allowed!important}.ArticleForm-module__Th9YpW__checkboxes{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.ArticleForm-module__Th9YpW__checkboxes label{cursor:pointer;align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.ArticleForm-module__Th9YpW__previewOverlay{backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.ArticleForm-module__Th9YpW__previewModal{background:#fff;border-radius:2rem;flex-direction:column;width:100%;max-width:1000px;height:90vh;animation:.3s cubic-bezier(.4,0,.2,1) ArticleForm-module__Th9YpW__modalAppear;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes ArticleForm-module__Th9YpW__modalAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ArticleForm-module__Th9YpW__previewHeader{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.ArticleForm-module__Th9YpW__previewHeader h2{color:#111827;font-size:1.25rem;font-weight:700}.ArticleForm-module__Th9YpW__closePreview{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ArticleForm-module__Th9YpW__closePreview:hover{color:#ef4444;background:#fee2e2;border-color:#fecaca;transform:rotate(90deg)}.ArticleForm-module__Th9YpW__previewBody{background:#fff;flex:1;padding:2rem;overflow-y:auto}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar{width:8px}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar-track{background:#f1f1f1}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar-thumb:hover{background:#94a3b8}
.Sections-module__W4uRQW__sectionEditor{flex-direction:column;gap:1.25rem;padding:.5rem;display:flex}.Sections-module__W4uRQW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Sections-module__W4uRQW__inputGroup label{color:#374151;font-size:.875rem;font-weight:600}.Sections-module__W4uRQW__inputGroup input,.Sections-module__W4uRQW__inputGroup select,.Sections-module__W4uRQW__inputGroup textarea,.Sections-module__W4uRQW__levelSelect{border:1px solid #d1d5db;border-radius:.5rem;padding:.625rem;font-size:.9375rem;transition:all .2s}.Sections-module__W4uRQW__inputGroup input,.Sections-module__W4uRQW__inputGroup select,.Sections-module__W4uRQW__inputGroup textarea{width:100%}.Sections-module__W4uRQW__inputGroup input:focus,.Sections-module__W4uRQW__inputGroup select:focus,.Sections-module__W4uRQW__inputGroup textarea:focus,.Sections-module__W4uRQW__levelSelect:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Sections-module__W4uRQW__sectionEditor input[type=checkbox]{cursor:pointer;margin:0;width:1.25rem!important;height:1.25rem!important}.Sections-module__W4uRQW__switchRow{color:#4b5563;align-items:center;gap:1rem;font-size:.875rem;font-weight:600;display:flex}.Sections-module__W4uRQW__switchLabel{cursor:pointer;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:2rem;justify-content:space-between;align-items:center;gap:1rem;min-width:10rem;padding:.375rem .75rem;transition:all .2s;display:flex}.Sections-module__W4uRQW__switchLabel:hover{background:var(--gray-200);border-color:var(--gray-300)}.Sections-module__W4uRQW__switchText{color:var(--gray-700);font-size:.8125rem;font-weight:600}.Sections-module__W4uRQW__switchLabel input{display:none}.Sections-module__W4uRQW__switchSlider{background:var(--gray-300);border-radius:1rem;width:2.75rem;height:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.Sections-module__W4uRQW__switchLabel input:checked+.Sections-module__W4uRQW__switchSlider{background:#10b981;box-shadow:0 0 10px #10b98133}.Sections-module__W4uRQW__switchSlider:after{content:"";background:#fff;border-radius:50%;width:1.125rem;height:1.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:.1875rem;left:.1875rem;box-shadow:0 2px 4px #0000001a}.Sections-module__W4uRQW__switchLabel input:checked+.Sections-module__W4uRQW__switchSlider:after{transform:translate(1.25rem)}.Sections-module__W4uRQW__listContainer{flex-direction:column;gap:.75rem;display:flex}.Sections-module__W4uRQW__listItem{align-items:center;gap:.75rem;display:flex}.Sections-module__W4uRQW__itemNumber{color:#9ca3af;min-width:1.5rem;font-size:.875rem;font-weight:500}.Sections-module__W4uRQW__listItem input{border:1px solid #d1d5db;border-radius:.5rem;flex:1;padding:.625rem}.Sections-module__W4uRQW__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:all .2s}.Sections-module__W4uRQW__removeBtn:hover{background:#fee2e2}.Sections-module__W4uRQW__addItemBtn{color:#2563eb;cursor:pointer;background:#f0f9ff;border:1px dashed #bae6fd;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:500;transition:all .2s;display:flex}.Sections-module__W4uRQW__addItemBtn:hover{background:#e0f2fe;border-color:#7dd3fc}.Sections-module__W4uRQW__videoPreview{aspect-ratio:16/9;background:#000;border:1px solid #e5e7eb;border-radius:.75rem;width:100%;position:relative;overflow:hidden}.Sections-module__W4uRQW__videoPreview img{object-fit:cover;width:100%;height:100%}.Sections-module__W4uRQW__previewBadge{color:#fff;backdrop-filter:blur(4px);background:#000000b3;border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;position:absolute;top:.75rem;left:.75rem}
.SectionEditor-module__3b_1Va__container{flex-direction:column;gap:2rem;display:flex}.SectionEditor-module__3b_1Va__sectionsList{flex-direction:column;gap:1.5rem;display:flex}.SectionEditor-module__3b_1Va__sectionItem{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:.75rem;overflow:hidden}.SectionEditor-module__3b_1Va__sectionHeader{border-bottom:1px solid var(--color-border);background:#f9fafb;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.SectionEditor-module__3b_1Va__dragHandle{color:#6b7280;cursor:grab;align-items:center;gap:.75rem;display:flex}.SectionEditor-module__3b_1Va__sectionLabel{color:#111827;font-size:.875rem;font-weight:600}.SectionEditor-module__3b_1Va__sectionActions{align-items:center;gap:.5rem;display:flex}.SectionEditor-module__3b_1Va__sectionActions button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.SectionEditor-module__3b_1Va__sectionActions button:disabled{opacity:.5;cursor:not-allowed}.SectionEditor-module__3b_1Va__sectionActions button.SectionEditor-module__3b_1Va__deleteBtn:hover{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.SectionEditor-module__3b_1Va__sectionBody{padding:1.5rem}.SectionEditor-module__3b_1Va__addSectionContainer{background:#f3f4f6;border:2px dashed #d1d5db;border-radius:1rem;padding:2rem}.SectionEditor-module__3b_1Va__addSectionContainer h3{color:#374151;text-align:center;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.SectionEditor-module__3b_1Va__typeGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;display:grid}.SectionEditor-module__3b_1Va__typeBtn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .2s;display:flex}.SectionEditor-module__3b_1Va__typeBtn:hover{border-color:var(--color-primary);color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.SectionEditor-module__3b_1Va__typeBtn span{font-size:.8125rem;font-weight:500}.SectionEditor-module__3b_1Va__editorPlaceholder{color:#9ca3af;text-align:center;padding:1rem;font-style:italic}
.FAQ-module__0zdNvq__container{background:var(--white);border:1px solid #2563eb0f;border-radius:2rem;width:min(100%,1100px);margin-inline:auto;padding:clamp(1.5rem,3vw,3.25rem);box-shadow:0 24px 60px #0f172a1f}.FAQ-module__0zdNvq__title{color:var(--gray-900);text-align:center;margin-block-end:2.75rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:900;line-height:1.15;position:relative}.FAQ-module__0zdNvq__title:after{content:"";background:var(--gradient-yellow);border-radius:999px;width:68px;height:4px;position:absolute;inset-block-end:-10px;inset-inline-start:50%;transform:translate(-50%)}.FAQ-module__0zdNvq__subtitle{color:#64748b;text-align:center;margin-block:.5rem 2rem;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.6}.FAQ-module__0zdNvq__faqList{flex-direction:column;gap:1rem;display:flex}.FAQ-module__0zdNvq__faqItem{background:#f7f9fc;border:1px solid #eef2f7;border-radius:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__0zdNvq__active.FAQ-module__0zdNvq__faqItem{background:var(--white);border-color:#bfd5ff;box-shadow:0 14px 36px #2563eb1a}.FAQ-module__0zdNvq__faqItem:hover:not(.FAQ-module__0zdNvq__active){border-color:#dbe4f0;transform:translateY(-1px)}.FAQ-module__0zdNvq__question{text-align:start;width:100%;min-height:5.25rem;color:var(--gray-900);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.5rem;padding-inline:1.75rem;font-size:clamp(1rem,1.2vw,1.15rem);font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.FAQ-module__0zdNvq__question:hover{color:var(--gray-900)}.FAQ-module__0zdNvq__question:focus-visible{outline:3px solid var(--color-primary);outline-offset:-3px}.FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__question{background:linear-gradient(135deg,#2847b8 0%,#3b82f6 100%);border-start-start-radius:1.5rem;border-start-end-radius:1.5rem;border-end-end-radius:0;border-end-start-radius:0;color:var(--white)!important}.FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__icon{transform:rotate(180deg);color:var(--white)!important}.cms-text-dark .FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__question{color:var(--white)!important}.cms-text-dark .FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__question span{color:var(--white)!important}.cms-text-dark .FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__icon{color:var(--white)!important}.FAQ-module__0zdNvq__icon{color:var(--gray-900);flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.FAQ-module__0zdNvq__icon svg{display:block}.FAQ-module__0zdNvq__answer{background:var(--white);border-block-end:1px solid #bfd5ff;border-inline:1px solid #bfd5ff;border-end-end-radius:1.5rem;border-end-start-radius:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__0zdNvq__answerInner{width:100%;padding-block:1.3rem 1.7rem;padding-inline:1.75rem}.FAQ-module__0zdNvq__answer p{color:#334155;margin:0;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.9}@media (max-width:768px){.FAQ-module__0zdNvq__container{border-radius:1.5rem;padding:1.25rem}.FAQ-module__0zdNvq__title{font-size:2rem}.FAQ-module__0zdNvq__question{min-height:4.5rem;padding-block:1.1rem;padding-inline:1.1rem;font-size:.98rem}.FAQ-module__0zdNvq__answerInner{padding-block:1rem 1.25rem;padding-inline:1.1rem}}@media (max-width:480px){.FAQ-module__0zdNvq__title{font-size:1.5rem}.FAQ-module__0zdNvq__container{padding:1rem}}
.ArticleCard-module__KyswMq__card{background:var(--glass-bg-light);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-3xl);color:inherit;border:1px solid var(--glass-border-light);height:100%;box-shadow:var(--shadow-sm);flex-direction:column;text-decoration:none;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden}.ArticleCard-module__KyswMq__card:hover{background:var(--white);box-shadow:var(--shadow-2xl), 0 0 0 1px var(--blue-100);border-color:var(--blue-400);transform:translateY(-12px)}.ArticleCard-module__KyswMq__imageSection{aspect-ratio:16/10;background:var(--gray-100);position:relative;overflow:hidden}.ArticleCard-module__KyswMq__imageWrapper{width:100%;height:100%;position:relative}.ArticleCard-module__KyswMq__imageWrapper img{transition:transform 1.2s cubic-bezier(.19,1,.22,1);object-fit:cover!important;width:100%!important;height:100%!important}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__imageWrapper img{transform:scale(1.1)rotate(1deg)}.ArticleCard-module__KyswMq__badge{z-index:2;position:absolute;top:1.25rem;right:1.25rem;box-shadow:0 8px 16px #0003}.ArticleCard-module__KyswMq__dateBox{background:var(--blue-900);color:var(--white);text-align:center;z-index:2;border:1px solid #ffffff1a;border-bottom:none;border-radius:12px 12px 0 0;min-width:70px;padding:.75rem 1rem;position:absolute;bottom:0;left:1.5rem}.ArticleCard-module__KyswMq__dateNumber{color:var(--yellow-400);font-size:1.4rem;font-weight:900;line-height:1}.ArticleCard-module__KyswMq__dateMonth{text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.8rem;font-weight:700}.ArticleCard-module__KyswMq__content{flex-direction:column;flex-grow:1;padding:2.5rem;display:flex}.ArticleCard-module__KyswMq__title{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:1rem;font-size:1.5rem;font-weight:900;line-height:1.4;transition:color .3s}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__title{color:var(--blue-600)}.ArticleCard-module__KyswMq__excerpt{color:var(--gray-600);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8;display:-webkit-box;overflow:hidden}.ArticleCard-module__KyswMq__categoryWrapper{margin-bottom:1rem}.ArticleCard-module__KyswMq__cardBadge{background:var(--blue-50)!important;color:var(--blue-700)!important;border:1px solid var(--blue-100)!important;box-shadow:none!important;padding:.4rem .8rem!important;font-size:.8rem!important;position:relative!important;top:auto!important;right:auto!important}.ArticleCard-module__KyswMq__footer{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.95rem;display:flex}.ArticleCard-module__KyswMq__meta{color:var(--gray-500);align-items:center;gap:.5rem;font-weight:700;display:flex}.ArticleCard-module__KyswMq__icon{font-size:1.1rem}.ArticleCard-module__KyswMq__more{color:var(--blue-600);align-items:center;gap:.5rem;font-weight:900;transition:all .3s;display:flex}.ArticleCard-module__KyswMq__more:after{content:"←";transition:transform .3s}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__more{color:var(--blue-700)}.ArticleCard-module__KyswMq__card:hover .ArticleCard-module__KyswMq__more:after{transform:translate(5px)}@media (max-width:640px){.ArticleCard-module__KyswMq__content{padding:1.5rem}.ArticleCard-module__KyswMq__title{font-size:1.2rem}.ArticleCard-module__KyswMq__excerpt{font-size:.95rem}.ArticleCard-module__KyswMq__dateNumber{font-size:1.1rem}.ArticleCard-module__KyswMq__dateBox{min-width:56px;padding:.5rem .75rem;left:1rem}}