.blog-archive{padding:20px 0 60px}@media screen and (max-width:575px){.blog-archive{padding-top:0}}.blog-archive__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width:1199px){.blog-archive__grid{gap:25px}}@media (max-width:991px){.blog-archive__grid{grid-template-columns:repeat(2,1fr)}}.blog-card{display:flex;flex-direction:column;background-color:#fafafa;overflow:hidden;border-radius:12px;transition:box-shadow .2s}.blog-card:hover{box-shadow:0 4px 18px rgba(0,0,0,.12)}.blog-card__image-link{display:block;overflow:hidden;aspect-ratio:16/9}.blog-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.blog-card:hover .blog-card__image{transform:scale(1.03)}.blog-card__body{display:flex;flex-direction:column;flex:1;padding:20px;gap:15px 10px}.blog-card__title{margin:0;font-size:18px;font-weight:700;line-height:1.35}.blog-card__title a{color:#000;text-decoration:none}.blog-card__title a:hover{color:#1a73e8}.blog-card__excerpt{margin-bottom:10px;font-size:14px;color:#4b5563;line-height:1.6;flex:1}.blog-card__read-more{display:flex;align-items:center;justify-content:space-between;gap:0 20px;width:100%;max-width:100%;height:50px;margin:0;padding:0 8px 0 16px;background-color:#fff;color:#1f3a5f;font-size:16px;font-weight:600;text-transform:uppercase;text-align:center;border-radius:8px}.blog-card__read-more::after{content:'';width:40px;height:40px;background:url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L17 6.99998M17 6.99998L11 13M17 6.99998L1 6.99998' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat #1f3a5f;transition:background-color .3s ease-in-out;border-radius:8px}.blog-card__read-more:hover{background-color:#1f3a5f;color:#fff}.blog-card__read-more:hover::after{background-color:#c5e3fb;background-image:url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L17 6.99998M17 6.99998L11 13M17 6.99998L1 6.99998' stroke='%231F3A5F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.blog-archive__pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.blog-archive__pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;border:1px solid #c6cbd1;font-size:14px;font-weight:500;color:#3b414f;text-decoration:none;transition:background-color .15s,border-color .15s}.blog-archive__pagination .page-numbers.current,.blog-archive__pagination .page-numbers:hover{background:#1a73e8;border-color:#1a73e8;color:#fff}.blog-archive__empty{text-align:center;color:#6b7280;font-size:16px;padding:40px 0}.blog-post{max-width:768px;margin:0 auto;padding:0 0 60px}.blog-post__breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:24px;font-size:13px;color:#6b7280}.blog-post__breadcrumb a{color:#6b7280;text-decoration:none}.blog-post__breadcrumb a:hover{color:#1a73e8;text-decoration:underline}.blog-post__breadcrumb span{color:#c6cbd1}.blog-post__title{font-size:36px;font-weight:700;line-height:1.25;color:#000;margin:0 0 32px}.blog-post__featured-image{margin-bottom:40px;border-radius:8px;overflow:hidden}.blog-post__featured-image img{width:100%;height:auto;display:block}.blog-post__content{font-size:16px;line-height:1.75;color:#1f2937}.blog-post__content h2{font-size:24px;font-weight:700;margin:36px 0 14px}.blog-post__content h3{font-size:20px;font-weight:600;margin:28px 0 12px}.blog-post__content p{margin:0 0 20px}.blog-post__content ol,.blog-post__content ul{padding-left:24px;margin:0 0 20px}.blog-post__content li{margin-bottom:8px}.blog-post__content img{max-width:100%;height:auto;border-radius:6px;margin:24px 0}.blog-post__content a{color:#1a73e8}.blog-post__content a:hover,.comment-form p.logged-in-as a:hover{text-decoration:none}.blog-post__content blockquote{border-left:4px solid #1a73e8;margin:24px 0;padding:12px 20px;background:#f3f8ff;font-style:italic;color:#374151;border-radius:0 6px 6px 0}.blog-post__footer{margin-top:60px;padding-top:32px;border-top:1px solid #c6cbd1;display:flex;flex-direction:column;gap:48px}.blog-post__share,.comment-item__author-row{display:flex;align-items:center;gap:12px}.blog-post__share-label{font-size:14px;font-weight:600;color:#3b414f}.blog-post__share-link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:#fff;text-decoration:none;transition:opacity .2s,transform .2s}.blog-post__share-link:hover{opacity:.85;transform:translateY(-2px)}.blog-post__share-link svg{width:18px;height:18px}.blog-post__share-link--facebook{background:#1877f2}.blog-post__share-link--twitter{background:#000}.blog-post__share-link--linkedin{background:#0a66c2}.blog-post__share-link--whatsapp{background:#25d366}.blog-post__comments{padding-bottom:40px}.comment-form-title,.comments-title{font-size:22px;font-weight:700;color:#000;margin:0 0 24px}.comments-list{list-style:none;margin:0 0 40px;padding:0;display:flex;flex-direction:column;gap:0}.comment-item{border-bottom:1px solid #e5e7eb;padding:20px 0}.comment-item:first-child{border-top:1px solid #e5e7eb}.comment-item .children{list-style:none;padding-left:56px;margin:16px 0 0}.comment-item__inner{display:flex;flex-direction:column;gap:10px}.comment-item__avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0}.comment-item__author-info{display:flex;flex-direction:column;gap:2px}.comment-item__author{font-size:15px;font-weight:600;color:#000}.comment-item__date{font-size:12px;color:#6b7280}.comment-item__text{font-size:15px;line-height:1.65;color:#1f2937;padding-left:60px}.comment-item__text p{margin:0 0 10px}.comment-item__text p:last-child{margin:0}.comment-item__reply{padding-left:60px}.comment-item__reply a{font-size:13px;font-weight:600;color:#1a73e8;text-decoration:none}.comment-item__reply a:hover{text-decoration:underline}.comment-form-wrap{margin-top:8px}.comment-form{display:flex;flex-wrap:wrap;gap:16px}.comment-form-field{display:flex;flex-direction:column;gap:6px;margin:0;flex:1 1 calc(50% - 8px);min-width:200px}.comment-form-field--full{flex:1 1 100%}.comment-form-field label{font-size:14px;font-weight:600;color:#3b414f}.comment-form-field label span{color:#e53e3e}.comment-form-field input,.comment-form-field textarea{width:100%;padding:10px 14px;border:1px solid #c6cbd1;border-radius:6px;font-size:14px;font-family:inherit;color:#1f2937;background:#fff;transition:border-color .2s;box-sizing:border-box}.comment-form-field input:focus,.comment-form-field textarea:focus{outline:0;border-color:#1a73e8}.comment-form-field textarea{resize:vertical;min-height:120px}.comment-submit-btn{display:flex;align-items:center;justify-content:center;height:48px;padding:0 24px;border:0;background-color:#c5e3fb;font-weight:600;font-size:16px;color:#1f3a5f;cursor:pointer;transition:background-color .3s ease-in-out;border-radius:8px}.comment-submit-btn:hover{background-color:#91bed8}.comments-closed{font-size:14px;color:#6b7280}.comment-form p.logged-in-as{flex:1 1 100%;font-size:13px;color:#6b7280;margin:0}.comment-form p.logged-in-as a{color:#000;font-weight:500;text-decoration:underline}@media (max-width:575px){.blog-archive__grid{grid-template-columns:1fr}.blog-post{padding:40px 0}.blog-post__title{font-size:26px}.comment-form-field{flex:1 1 100%}.comment-item__reply,.comment-item__text{padding-left:0}.comment-item .children{padding-left:20px}}
