/* AzRugby DLE integration layer */
:root { --arf-font: "Montserrat", sans-serif; }
html { scroll-behavior: smooth; }
body, button, input, textarea, select { font-family: var(--arf-font) !important; font-size: 15pt; font-weight: 400; }
body { min-width: 320px; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6, b, strong, .theme-btn, .main-menu a { font-family: var(--arf-font) !important; font-weight: 500 !important; }
h1.h7 { font-size: 68px !important; }
@media (max-width: 1399px) { h1.h7 { font-size: 56px !important; } }
@media (max-width: 1199px) { h1.h7 { font-size: 52px !important; } }
@media (max-width: 991px) { h1.h7 { font-size: 48px !important; } }
@media (max-width: 767px) { h1.h7 { font-size: 42px !important; } }
@media (max-width: 575px) { h1.h7 { font-size: 36px !important; } }
@media (max-width: 470px) { h1.h7 { font-size: 30px !important; } }
* { text-transform: none !important; }
.color-palate, .color-trigger, .close-color-trigger, .mouseCursor, .cursor-outer, .cursor-inner { display: none !important; }
#smooth-wrapper, #smooth-content { width: 100%; min-height: 100%; }
.arf-back-to-top { position: fixed; width: 52px; height: 52px; right: 24px; bottom: 24px; border: 0; border-radius: 50%; background: #fff; color: var(--header); z-index: 9999; display: grid; place-items: center; box-shadow: 0 8px 28px rgba(0,0,0,.18); }
.arf-back-to-top.arf-visible { opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; }
.arf-back-to-top svg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.arf-progress-track, .arf-progress-value { fill: none; stroke-width: 2.5; }
.arf-progress-track { stroke: color-mix(in srgb, var(--header) 16%, transparent); }
.arf-progress-value { stroke: var(--theme); stroke-linecap: round; stroke-dasharray: 132; stroke-dashoffset: 132; transition: stroke-dashoffset .12s linear; }
.arf-back-to-top i { position: relative; z-index: 1; font-size: 17px; }
.arf-short-text, .arf-article-text, .arf-static-content, .arf-comment-text { line-height: 1.75; }
.arf-article-text, .arf-static-content { text-align: justify; }
.arf-article-text p, .arf-static-content p { text-indent: 1.6em; margin: 0 0 1.15em; }
.arf-article-text ul, .arf-article-text ol, .arf-static-content ul, .arf-static-content ol { margin: .5em 0 1.35em; padding-left: 1.6em; }
.arf-article-text ul, .arf-static-content ul { list-style: disc outside; }
.arf-article-text ol, .arf-static-content ol { list-style: decimal outside; }
.arf-article-text li, .arf-static-content li { display: list-item; margin: 0 0 .55em; padding-left: .2em; line-height: 1.75; text-indent: 0; }
.arf-article-text li::marker, .arf-static-content li::marker { color: var(--theme); }
.arf-article-text p:has(> b:only-child), .arf-article-text p:has(> strong:only-child) { margin-top: 1.45em; margin-bottom: .65em; text-indent: 0; }
.arf-article-text img, .arf-static-content img { max-width: 100%; height: auto; }
.arf-article-text a, .arf-static-content p a, .arf-static-content li a { color: #990000; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.arf-article-text a:hover, .arf-static-content p a:hover, .arf-static-content li a:hover { color: #660000; }
.dlepl {
  --plyr-color-main: var(--header, #0F172A);
  --plyr-audio-controls-background: var(--theme, #3B82F6);
  --plyr-audio-control-color: #fff;
  --plyr-audio-control-background-hover: var(--header, #0F172A);
  --plyr-audio-control-color-hover: #fff;
  --plyr-audio-range-track-background: rgba(255,255,255,.38);
  --plyr-audio-progress-buffered-background: rgba(255,255,255,.25);
  --plyr-range-fill-background: var(--header, #0F172A);
  --plyr-range-thumb-background: #fff;
  --plyr-audio-range-thumb-active-shadow-color: rgba(15,23,42,.35);
  --plyr-menu-background: var(--header, #0F172A);
  --plyr-menu-color: #fff;
  --dleplyr-volume-hover: var(--header, #0F172A);
}
.dlepl .plyr--audio .plyr__controls { background: var(--theme, #3B82F6) !important; color: #fff; border-radius: 8px; }
.dlepl .plyr--audio .plyr__controls svg { fill: currentColor; }
.dlepl .plyr--audio .plyr__controls .plyr__time { color: #fff; opacity: .72; }
.dlepl .plyr--audio .plyr__control:hover,
.dlepl .plyr--audio .plyr__control:focus-visible,
.dlepl .plyr--audio .plyr__control[aria-expanded="true"] { background: var(--header, #0F172A) !important; color: #fff; }
.dlepl .plyr--full-ui input[type="range"] { color: var(--header, #0F172A); }
.dlepl .plyr__control--overlaid { background: color-mix(in srgb, var(--theme, #3B82F6) 82%, transparent); }
.dlepl .plyr__control.plyr__tab-focus { box-shadow: 0 0 0 5px rgba(59,130,246,.28); }
.dlepl .dleplyr-volume-menu { --plyr-menu-background: var(--header, #0F172A); --plyr-menu-color: #fff; --dleplyr-volume-hover: var(--theme, #3B82F6); }
.dlepl .dlepl__playlist,
.dlepl .dlepl__playlist .dlepl__item { background: var(--theme, #3B82F6) !important; color: #fff; }
.dlepl .dlepl__playlist .dlepl__item:nth-child(odd) { background: #3376df !important; }
.dlepl .dlepl__playlist .dlepl__item:hover { background: #2563eb !important; }
.dlepl .dlepl__playlist .dlepl__item--active { background: var(--header, #0F172A) !important; }
.arf-short-text { margin: 0 0 18px; }
.arf-edit { margin: 12px 0; color: var(--theme); }
.arf-pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 44px; }
.arf-pages { display: flex; gap: 8px; }
.arf-pages a, .arf-pages span, .arf-prev a, .arf-next a { min-width: 42px; height: 42px; padding: 0 12px; display: inline-grid; place-items: center; border: 1px solid rgba(11,36,75,.16); border-radius: 50%; }
.comments-area img { width: 72px; height: 72px; object-fit: cover; border-radius: 50%; }
.search-popup__form input { font-size: 15pt; }
.arf-brand { display: inline-flex; align-items: center; gap: 11px; min-width: 250px; text-decoration: none; }
.arf-brand-mark { width: 58px; height: 58px; flex: 0 0 58px; object-fit: contain; }
.arf-brand-name { color: var(--white); font-size: 15pt; font-weight: 500; line-height: 1.08; letter-spacing: -.02em; }
.arf-brand-name > span { display: block; white-space: nowrap; }
.arf-brand--dark .arf-brand-name { color: var(--header); }
.offcanvas__logo .arf-brand { min-width: 0; }
.offcanvas__logo .arf-brand-mark { width: 62px; height: 62px; flex-basis: 62px; }
.footer-logo.arf-brand { min-width: 0; }
.header-1 .mean__menu-wrapper { padding-inline: 26px; gap: 18px; }
.header-1 .main-menu > nav > ul > li { margin-inline-end: 20px; }
.breadcrumb-wrapper .page-heading { padding: 140px 0 70px; }
.arf-story-breadcrumb .page-heading { min-height: 135px; padding: 105px 0 30px; }
.arf-fullstory-section.section-padding { padding-top: 70px; }
.arf-story-title { margin: 0 0 28px; font-size: clamp(32px, 3.4vw, 48px); line-height: 1.18; letter-spacing: -1px; }
.header-whatsapp.theme-btn .btn_inner .btn_icon > span { font-size: 20px; }
.hero-1 .hero-image > img { transform: translateY(-30px) scale(.94); transform-origin: center top; }
.arf-team-details-simple .team-box-item-3 { max-width: 320px; margin: 0 auto; }
.arf-team-details-simple .team-box-item-3 .thumb, .arf-leadership-card .thumb { aspect-ratio: auto; display: block; background: transparent; }
.arf-team-details-simple .team-box-item-3 .thumb img, .arf-leadership-card .thumb img { width: 100%; height: auto; object-fit: initial; object-position: initial; }
.arf-team-details-simple .team-box-item-3 .thumb img:first-child, .arf-leadership-card .thumb img:first-child { inset: 0; height: 100%; object-fit: contain; transform: none !important; opacity: 1 !important; filter: brightness(1.06); clip-path: inset(0 100% 0 0); transition: clip-path .7s cubic-bezier(.22,.61,.36,1); will-change: clip-path; }
.arf-team-details-simple .team-box-item-3:hover .thumb img:first-child, .arf-leadership-card:hover .thumb img:first-child { transform: none !important; opacity: 1 !important; filter: brightness(1.06); clip-path: inset(0 0 0 0); }
.arf-team-details-simple .team-box-item-3 .thumb img:nth-child(2), .arf-leadership-card .thumb img:nth-child(2), .arf-team-details-simple .team-box-item-3:hover .thumb img:nth-child(2), .arf-leadership-card:hover .thumb img:nth-child(2) { transform: none !important; opacity: 1 !important; filter: none !important; transition: none; }
.arf-committee-duties { max-width: 1050px; margin: 70px auto 0; }
.arf-committee-duties h2 { margin-bottom: 30px; text-align: center; }
.arf-leadership-title { margin-bottom: 50px; text-align: center; }
.arf-leadership-members { max-width: 980px; margin: 55px auto 0; }
.arf-leadership-card { max-width: 320px; margin: 0 auto; }
.arf-leadership-card .content p { margin-top: 6px; line-height: 1.55; }
.arf-club-logo { width: min(100%, 260px); aspect-ratio: 1; margin: 0 auto; display: grid; place-items: center; }
.arf-club-logo img { width: 100%; height: 100%; object-fit: contain; }
.arf-club-info .team-infrom { margin-top: 25px; }
.arf-club-info .team-infrom li { display: grid; grid-template-columns: minmax(190px, .8fr) 1fr; gap: 18px; align-items: baseline; }
.arf-club-info .team-infrom li span { min-width: 0; }
.arf-club-info .team-infrom li strong { font-weight: 500; color: var(--header); }
.arf-club-socials { margin-top: 28px; }
.arf-club-description { max-width: 1050px; margin: 70px auto 0; }
.arf-clubs-section .section-title-area { margin-bottom: 34px; }
.arf-clubs-section .section-title h2 { margin: 0; }
.arf-clubs-wrapper { margin-right: -22%; }
.arf-club-slider .swiper-slide { width: 270px; display: flex; }
.arf-club-card { width: 100%; max-width: 270px; min-height: 250px; margin-top: 0; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; overflow: hidden; }
.arf-club-card .arf-club-logo-box { width: 170px; height: 170px; margin: 0 auto 18px; padding: 12px; display: grid; place-items: center; background: var(--white); border-radius: 8px; box-shadow: 0 8px 24px rgba(11,36,75,.08); position: relative; z-index: 1; }
.arf-club-card .arf-club-logo-box img { width: 100%; height: 100%; object-fit: contain; }
.arf-club-card h3 { margin: 0; min-height: 2.7em; display: flex; align-items: center; justify-content: center; font-size: 20px; line-height: 1.35; position: relative; z-index: 1; }
.arf-club-card:hover h3 { color: var(--white); }
.arf-legacy-static-page { max-width: 1050px; margin: 0 auto; }
.arf-static-hero { margin: 0 0 42px; text-align: center; }
.arf-static-hero img { width: 100%; max-height: 560px; object-fit: contain; border-radius: 14px; }
.arf-legacy-static-page h2 { margin: 0 0 28px; font-size: clamp(25px, 3vw, 38px); line-height: 1.3; }
.arf-mission-list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.arf-mission-list li { position: relative; padding-left: 32px; line-height: 1.75; text-align: justify; }
.arf-mission-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--theme); font-weight: 500; }
.arf-resource-links { display: grid; gap: 12px; margin-top: 30px; }
.arf-resource-links a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; border: 1px solid rgba(11,36,75,.12); border-radius: 8px; color: var(--header); background: var(--bg); transition: background-color .35s ease, color .35s ease, border-color .35s ease; }
.arf-resource-links a:hover { color: var(--white); background: var(--theme); border-color: var(--theme); }
.arf-rugby-formats.section-padding { padding-top: 70px; padding-bottom: 70px; }
.arf-rugby-formats .marquee { margin-bottom: 36px; }
.arf-rugby-formats .tp-project-5-2-title .marquee-group { gap: 22px; }
.arf-rugby-formats .tp-project-5-2-title .text { gap: 7px; font-size: 68px; letter-spacing: -3px; }
.arf-rugby-formats .project-box-area { margin-bottom: 60px; }
.arf-rugby-formats .project-box-items { margin-bottom: 20px; }
.arf-rugby-formats .project-box-items { height: 420px; min-height: 420px; }
.arf-rugby-formats .project-box-items .content { flex: 1 1 46%; padding: 52px 56px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.arf-rugby-formats .project-box-items .content h3 { font-size: clamp(34px, 3vw, 46px); line-height: 1.15; letter-spacing: -2px; }
.arf-rugby-formats .project-box-items .content .arf-format-description { max-width: 470px; margin: 22px 0 0; color: rgba(255,255,255,.76); font-size: 15pt; line-height: 1.65; }
.arf-rugby-formats .project-box-items .content .icon { display: inline-grid; place-items: center; flex: 0 0 auto; width: 62px; height: 62px; line-height: 1; margin-top: 26px; }
.arf-rugby-formats .project-box-items .content .icon i { display: block; color: inherit; font-size: 19px; transition: transform .35s ease; }
.arf-rugby-formats .project-box-items .content .icon:hover i { transform: translateX(4px); }
.arf-rugby-formats .project-box-items .thumb { flex: 0 0 54%; height: 420px; min-height: 0; overflow: hidden; }
.arf-rugby-formats .project-box-items .thumb img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.arf-rugby-formats .project-box-items .number { pointer-events: none; }
.arf-faq-page .section-title { max-width: 900px; margin: 0 auto 42px; }
.arf-faq-page .section-title h2 { margin-bottom: 14px; }
.arf-faq-intro { margin: 0; line-height: 1.65; }
.arf-faq-page .accordion-box { margin: 0; padding: 0; }
.arf-faq-page .accordion.block { margin-bottom: 12px; }
.arf-faq-page .acc-btn { padding-right: 72px; font-size: clamp(18px, 1.65vw, 23px); line-height: 1.45; font-weight: 500; }
.arf-faq-page .acc-content .content .text { font-size: 15pt; line-height: 1.75; text-align: justify; overflow-wrap: anywhere; }
.arf-faq-page .acc-content .content .text a { color: #990000; text-decoration: underline; text-underline-offset: 3px; }
.arf-faq-video { position: relative; width: min(100%, 720px); aspect-ratio: 16 / 9; margin: 28px auto 0; overflow: hidden; border-radius: 12px; }
.arf-faq-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.news-section .row > [class*="col-"] { display: flex; }
.news-box-items { width: 100%; height: 100%; display: flex; flex-direction: column; }
.news-box-items .thumb { width: 100%; aspect-ratio: 4 / 3; display: block; background: var(--bg); }
.news-box-items .thumb img { will-change: transform, opacity, filter; }
.news-box-items .content { flex: 1; display: flex; flex-direction: column; }
.news-box-items .content .news-bottom { margin-top: auto; padding-top: 20px; }
.news-details-area .row > *, .news-details-area .blog-post-details, .news-details-area .single-blog-post, .gt-main-sideber { min-width: 0; }
.news-details-area .post-featured-thumb { width: 100%; max-width: 100%; overflow: hidden; }
.news-details-area .blog-post-details .single-blog-post .post-featured-thumb img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; }
.news-details-area .blog-post-details .single-blog-post .arf-fullstory-image { width: 50%; margin-right: auto; margin-left: auto; }
.gt-main-sideber .gt-recent-post-area, .gt-main-sideber .gt-recent-items { min-width: 0; max-width: 100%; }
.gt-main-sideber .gt-recent-post-area .gt-recent-items .gt-recent-thumb { width: 86px; height: 86px; flex: 0 0 86px; overflow: hidden; border-radius: 8px; }
.gt-main-sideber .gt-recent-post-area .gt-recent-items .gt-recent-thumb:empty { display: none; }
.gt-main-sideber .gt-recent-post-area .gt-recent-items .gt-recent-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gt-main-sideber .gt-recent-post-area .gt-recent-items .gt-recent-content { min-width: 0; overflow-wrap: anywhere; }
.arf-compact-footer .footer-widget-wrapper { padding: 28px 0 22px; }
.arf-compact-footer .footer-widget-items, .arf-compact-footer .footer-widget-items .widget-head { margin: 0; }
.arf-compact-footer .footer-bottom { padding: 16px 0; }
.arf-compact-footer.footer-section { padding-bottom: 15px; }
@media (max-width: 1199px) { .header-1 .mean__menu-wrapper { display: none !important; } .header-1 .header-main { justify-content: space-between; gap: 12px; } .header-1 .header-right { display: flex !important; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .header-1 .header__hamburger { display: block !important; } .arf-rugby-formats.section-padding { padding-top: 60px; padding-bottom: 60px; } .arf-rugby-formats .tp-project-5-2-title .text { font-size: 56px; letter-spacing: -1px; } .arf-rugby-formats .project-box-area { margin-bottom: 0; } .arf-rugby-formats .project-box-items { height: auto; min-height: 0; } .arf-rugby-formats .project-box-items .content { padding: 40px; } .arf-rugby-formats .project-box-items .thumb, .arf-rugby-formats .project-box-items .thumb img { height: 300px; min-height: 0; } }
@media (min-width: 1200px) and (max-width: 1399px) { .header-1 .mean__menu-wrapper { padding-inline: 20px; gap: 14px; } .header-1 .main-menu > nav > ul > li { margin-inline-end: 14px; } }
@media (max-width: 575px) { .arf-brand { min-width: 0; gap: 8px; } .arf-brand-mark { width: 48px; height: 48px; flex-basis: 48px; } .arf-brand-name { font-size: 15pt; letter-spacing: -.04em; } .header-1 .header-right .search-toggler { display: none !important; } }
@media (max-width: 767px) { body, button, input, textarea, select { font-size: 15pt; } .breadcrumb-wrapper .page-heading { padding: 125px 0 65px; } .arf-story-breadcrumb .page-heading { min-height: 112px; padding: 90px 0 22px; } .arf-fullstory-section.section-padding { padding-top: 55px; } .arf-story-title { font-size: 32px; letter-spacing: -.5px; } .news-details-area .blog-post-details .single-blog-post .arf-fullstory-image { width: 100%; } .arf-article-text ul, .arf-article-text ol, .arf-static-content ul, .arf-static-content ol { padding-left: 1.25em; } .arf-back-to-top { right: 14px; bottom: 14px; } }
@media (max-width: 767px) { .arf-clubs-wrapper { margin-right: 0; } .arf-static-hero { margin-bottom: 30px; } .arf-faq-page .section-title { margin-bottom: 30px; } .arf-faq-page .acc-btn { padding-right: 58px; } }
@media (max-width: 575px) { .arf-club-info .team-infrom li { grid-template-columns: 1fr; gap: 4px; } .arf-club-description { margin-top: 45px; } .arf-club-slider .swiper-slide { width: 240px; } .arf-club-card { max-width: 240px; min-height: 225px; padding: 16px; } .arf-club-card .arf-club-logo-box { width: 150px; height: 150px; margin-bottom: 14px; } .arf-club-card h3 { font-size: 18px; } .arf-resource-links a { align-items: flex-start; } .arf-rugby-formats.section-padding { padding-top: 48px; padding-bottom: 48px; } .arf-rugby-formats .marquee { margin-bottom: 28px; } .arf-rugby-formats .tp-project-5-2-title .marquee-group { gap: 16px; } .arf-rugby-formats .tp-project-5-2-title .text { gap: 5px; font-size: 42px; letter-spacing: 0; } .arf-rugby-formats .project-box-items .content { padding: 28px 24px; } .arf-rugby-formats .project-box-items .content h3 { letter-spacing: -.5px; } .arf-rugby-formats .project-box-items .content .arf-format-description { margin-top: 16px; } .arf-rugby-formats .project-box-items .content .icon { width: 52px; height: 52px; margin-top: 22px; } .arf-rugby-formats .project-box-items .thumb, .arf-rugby-formats .project-box-items .thumb img { height: 230px; min-height: 0; } }
.arf-home-modules { --arf-home-module-gap: 56px; padding-bottom: var(--arf-home-module-gap); }
.arf-home-modules > .section-padding { padding-top: var(--arf-home-module-gap) !important; padding-bottom: 0 !important; }
.arf-home-modules > .arf-home-results { padding-top: var(--arf-home-module-gap) !important; padding-bottom: 0 !important; }
.arf-home-modules > .about-section { margin-top: var(--arf-home-module-gap); }
.arf-home-modules > .brand-section { margin: var(--arf-home-module-gap) 30px 0; }
.arf-rugby-details.section-padding { padding-top: 70px; padding-bottom: 70px; }
.arf-rugby-details .arf-rugby-details-content { margin-top: 0; }
.arf-format-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 34px; }
.arf-format-nav a { padding: 10px 16px; border: 1px solid rgba(11,36,75,.14); border-radius: 999px; color: var(--header); background: var(--white); font-size: 16px; font-weight: 500; transition: color .3s ease, background-color .3s ease, border-color .3s ease; }
.arf-format-nav a:hover { color: var(--white); background: var(--theme); border-color: var(--theme); }
.arf-format-entry { scroll-margin-top: 110px; padding-bottom: 52px; border-bottom: 1px solid rgba(11,36,75,.12); }
.arf-format-entry + .arf-format-entry { padding-top: 52px; }
.arf-format-entry:last-child { padding-bottom: 0; border-bottom: 0; }
.arf-format-image { width: 100%; aspect-ratio: 4 / 3; margin: 0 0 28px; overflow: hidden; border-radius: 12px; background: var(--bg); }
.arf-format-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.arf-format-entry:hover .arf-format-image img { transform: scale(1.035); }
.arf-format-entry h2 { margin: 0 0 18px; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.18; letter-spacing: -1px; }
.arf-format-entry p { margin: 0 0 1.15em; color: var(--text); font-size: 15pt; line-height: 1.75; text-align: justify; text-indent: 1.6em; }
.arf-format-facts { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.arf-format-facts li { display: flex; align-items: flex-start; gap: 12px; color: var(--header); line-height: 1.55; }
.arf-format-facts li i { width: 22px; padding-top: 4px; flex: 0 0 22px; color: var(--theme); text-align: center; }
.arf-rugby-details .gt-main-sideber { margin-top: 0; }
@media (max-width: 1199px) { .arf-home-modules { --arf-home-module-gap: 44px; } }
@media (max-width: 991px) { .arf-rugby-details.section-padding { padding-top: 56px; padding-bottom: 56px; } .arf-rugby-details .gt-main-sideber { margin-top: 48px; } }
@media (max-width: 767px) { .arf-home-modules { --arf-home-module-gap: 36px; } .arf-home-modules > .brand-section { margin-right: 15px; margin-left: 15px; } .arf-rugby-details.section-padding { padding-top: 42px; padding-bottom: 42px; } .arf-format-nav { margin-bottom: 26px; } .arf-format-entry { padding-bottom: 38px; } .arf-format-entry + .arf-format-entry { padding-top: 38px; } .arf-format-image { margin-bottom: 22px; border-radius: 9px; } .arf-format-entry p { text-align: left; text-indent: 0; } }
