.quick-actions{width:100%;border-radius:12px;border:1px solid #c8d0dc}.quick-actions__inner{padding:42px 40px}.quick-actions .title-content{margin-bottom:60px}.quick-actions .title-content .eyebrow{display:block;margin-bottom:10px;padding-bottom:0}.quick-actions .title-content .heading{margin-bottom:0}.quick-actions .title-content .content-text{margin-bottom:0}.quick-actions .title-content .content-text p{margin-bottom:0}.quick-actions__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px 24px}.quick-actions--columns-1 .quick-actions__grid{grid-template-columns:1fr}.quick-actions__item{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:16px;border-radius:8px;border:1px solid rgba(136,150,171,.25);background:rgba(222,226,230,.45);color:#0a1628;font-weight:700;gap:8px;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.quick-actions__item:hover{color:#fff;border:1px solid rgba(136,150,171,.25);background:linear-gradient(0deg, #0A1628 0%, #0A1628 100%),rgba(222,226,230,.45)}.quick-actions__label{min-width:0}.quick-actions__arrow{flex:0 0 15px;width:15px;height:13px;background-image:url("../../../assets/img/arrow-yellow.svg");background-repeat:no-repeat;background-position:center;background-size:contain}@media(max-width: 991px){.quick-actions .title-content{margin-bottom:40px}.quick-actions__inner{padding:30px}}@media(max-width: 767px){.quick-actions .title-content{margin-bottom:20px}.quick-actions__inner{padding:20px}.quick-actions__grid{grid-template-columns:1fr;gap:12px}}