.rs-activity-hero {
    position: relative;
    padding: 120px 0 70px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(13, 110, 253, 0.14), transparent 30%),
        radial-gradient(circle at 88% 22%, rgba(100, 177, 255, 0.22), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #edf6ff 48%, #f9fcff 100%);
}

.rs-activity-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 68% 44%, rgba(13, 110, 253, 0.16), transparent 32%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.36), transparent 58%);
    pointer-events: none;
}

.rs-activity-hero .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
}

.rs-activity-hero-card {
    position: relative;
    min-height: 390px;
    padding: 72px 64px;
    overflow: hidden;
    border-radius: 26px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.62) 43%, rgba(255, 255, 255, 0.2) 100%),
        rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow: 0 28px 80px rgba(31, 88, 160, 0.14);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.rs-activity-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 64% 42%, rgba(13, 110, 253, 0.22), transparent 34%),
        linear-gradient(to right, rgba(255, 255, 255, 0.35), transparent 58%);
    pointer-events: none;
}

.rs-activity-hero-content {
    position: relative;
    z-index: 4;
    max-width: 620px;
}

.rs-activity-badge {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    padding: 10px 16px;
    border-radius: 999px;
    color: var(--color2);
    font-size: 14px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 34px rgba(13, 110, 253, 0.1);
    backdrop-filter: blur(16px);
}

.rs-activity-hero-content h1 {
    margin: 0 0 22px;
    color: var(--color1);
    font-size: clamp(38px, 5vw, 52px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -2.5px;
}

.rs-activity-hero-content h1 span {
    color: var(--color2);
}

.rs-activity-hero-content p {
    max-width: 590px;
    margin: 0;
    color: #243653;
    font-size: 17px;
    line-height: 1.85;
    font-weight: 300;
}

.rs-activity-detail-hero .rs-activity-hero-card {
    min-height: 390px;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 183, 3, 0.18), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(238, 247, 255, 0.66)),
        rgba(255, 255, 255, 0.62);
}

.rs-activity-detail-hero .rs-activity-hero-card::before {
    background:
        radial-gradient(circle at 76% 38%, rgba(13, 110, 253, 0.13), transparent 36%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.44), transparent 64%);
}

.rs-activity-detail-hero .rs-activity-hero-content {
    max-width: 620px;
}

.rs-activity-hero-visual {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 63%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
}

.rs-activity-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.36) 28%, transparent 58%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.16), transparent 50%);
    pointer-events: none;
}

.rs-activity-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center right;
    filter: saturate(1.08) contrast(1.02);
}


/* =====================================================
   ACTIVITY CATALOG
===================================================== */

.rs-activity-catalog {
    position: relative;
    padding: 10px 0 82px;
}

.rs-activity-catalog .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
}

.rs-activity-catalog-panel {
    padding: 34px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.58)),
        rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 30px 80px rgba(31, 88, 160, 0.12);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.rs-activity-catalog-panel .rs-pagination {
    margin-top: 34px;
}

.rs-activity-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 950;
    background:
        radial-gradient(circle at 90% 20%, rgba(255, 183, 3, 0.42), transparent 30%),
        linear-gradient(135deg, #06194f 0%, var(--color2) 58%, #48b8ff 100%);
    border: 1px solid rgba(255, 255, 255, 0.48);
    box-shadow:
        0 16px 34px rgba(7, 24, 74, 0.16),
        0 0 0 4px rgba(13, 110, 253, 0.06);
    transition: 0.3s ease;
}

.rs-activity-view:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow:
        0 20px 40px rgba(7, 24, 74, 0.22),
        0 0 0 5px rgba(13, 110, 253, 0.08);
}


/* =====================================================
   ACTIVITY SIDEBAR
===================================================== */

.rs-activity-sidebar {
    position: sticky;
    top: 105px;
}

.rs-activity-filter-card {
    display: grid;
    gap: 22px;
    padding: 26px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.58)),
        rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 30px 80px rgba(31, 88, 160, 0.12);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.rs-activity-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.rs-activity-filter-head h3 {
    margin: 0;
    color: var(--color1);
    font-size: 21px;
    font-weight: 950;
    letter-spacing: -0.4px;
}

.rs-activity-filter-head a {
    color: var(--color2);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.rs-activity-filter-group {
    display: grid;
    gap: 10px;
}

.rs-activity-filter-group>label {
    margin: 0;
    color: var(--color1);
    font-size: 13px;
    font-weight: 900;
}

.rs-activity-sidebar-search {
    position: relative;
}

.rs-activity-sidebar-search input,
.rs-activity-filter-group select,
.rs-activity-range input {
    width: 100%;
    min-height: 48px;
    padding: 0 15px;
    border-radius: 16px;
    border: 1px solid rgba(13, 110, 253, 0.12);
    background: rgba(255, 255, 255, 0.74);
    color: var(--color1);
    font-size: 13px;
    font-weight: 800;
    outline: none;
    transition: 0.25s ease;
}

.rs-activity-sidebar-search input {
    padding-right: 52px;
}

.rs-activity-sidebar-search input:focus,
.rs-activity-filter-group select:focus,
.rs-activity-range input:focus {
    border-color: rgba(13, 110, 253, 0.35);
    box-shadow: 0 14px 32px rgba(13, 110, 253, 0.1);
}

.rs-activity-sidebar-search button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--color2), #64b1ff);
    box-shadow: 0 12px 24px rgba(13, 110, 253, 0.2);
    transition: 0.25s ease;
}

.rs-activity-sidebar-search button:hover {
    transform: translateY(-2px);
}

.rs-activity-filter-options {
    display: grid;
    gap: 9px;
}

.rs-activity-filter-options label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    margin: 0;
    padding: 10px 12px;
    border-radius: 15px;
    color: #40536f;
    background: rgba(13, 110, 253, 0.05);
    border: 1px solid rgba(13, 110, 253, 0.08);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    transition: 0.25s ease;
}

.rs-activity-filter-options label:hover {
    color: var(--color2);
    background: rgba(13, 110, 253, 0.08);
    transform: translateX(4px);
}

.rs-activity-filter-options input {
    accent-color: var(--color2);
}

.rs-activity-range {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.rs-activity-filter-submit {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--color2), #64b1ff);
    box-shadow: 0 18px 36px rgba(13, 110, 253, 0.22);
    transition: 0.3s ease;
}

.rs-activity-filter-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(13, 110, 253, 0.28);
}


/* =====================================================
   ACTIVITY CARDS
===================================================== */

.rs-activity-grid {
    display: grid;
    gap: 28px;
}

.rs-activity-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
    gap: 28px;
    padding: 22px;
    overflow: hidden;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(237, 247, 255, 0.52)),
        rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 18px 46px rgba(31, 88, 160, 0.08);
    transition: 0.35s ease;
}

.rs-activity-card:hover {
    transform: translateY(-7px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(237, 247, 255, 0.72)),
        rgba(255, 255, 255, 0.78);
    border-color: rgba(13, 110, 253, 0.14);
    box-shadow: 0 28px 70px rgba(13, 110, 253, 0.15);
}

.rs-activity-image {
    position: relative;
    display: block;
    height: 100%;
    min-height: 226px;
    overflow: hidden;
    border-radius: 17px;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(100, 177, 255, 0.12));
}

.rs-activity-image img {
    width: 100%;
    height: 100%;
    min-height: 226px;
    object-fit: cover;
    object-position: center;
    transition: 0.45s ease;
}

.rs-activity-card:hover .rs-activity-image img {
    transform: scale(1.05);
    filter: saturate(1.06) contrast(1.03);
}

.rs-activity-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 0;
}

.rs-activity-meta-top {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.rs-activity-category,
.rs-activity-year {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.rs-activity-category {
    color: var(--color2);
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.12);
}

.rs-activity-year {
    color: #52627b;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(13, 110, 253, 0.08);
}

.rs-activity-body h3 {
    margin: 0 0 12px;
    color: var(--color1);
    font-size: 23px;
    line-height: 1.3;
    font-weight: 950;
    letter-spacing: -0.5px;
}

.rs-activity-body h3 a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s ease;
}

.rs-activity-body h3 a:hover,
.rs-activity-card:hover h3 a {
    color: var(--color2);
}

.rs-activity-body p {
    max-width: 680px;
    margin: 0 0 18px;
    color: #52627b;
    font-size: 14px;
    line-height: 1.8;
}

.rs-activity-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin: 0 0 14px;
    padding: 0;
    border-radius: 0;
    color: #40536f;
    background: transparent;
    border: 0;
    font-size: 13px;
    font-weight: 800;
}

.rs-activity-info span,
.rs-activity-host {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rs-activity-info i,
.rs-activity-host i {
    color: var(--color2);
}

.rs-activity-host {
    margin: 0 0 20px;
    color: #40536f;
    font-size: 13px;
    font-weight: 850;
}

.rs-activity-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.rs-activity-view {
    flex: 0 1 auto;
    min-width: 170px;
}

.rs-activity-collaborate {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    background:
        radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.42), transparent 30%),
        linear-gradient(135deg, #ff8a00 0%, #ffb703 100%);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow:
        0 14px 28px rgba(255, 138, 0, 0.2),
        0 0 0 4px rgba(255, 183, 3, 0.08);
    transition: 0.3s ease;
}

.rs-activity-collaborate:hover {
    color: #fff;
    transform: translateY(-2px) rotate(-4deg);
    box-shadow:
        0 18px 34px rgba(255, 138, 0, 0.28),
        0 0 0 5px rgba(255, 183, 3, 0.1);
}


/* =====================================================
   ACTIVITY DETAIL
===================================================== */

.rs-activity-detail {
    position: relative;
    padding: 10px 0 82px;
}

.rs-activity-detail .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
}

.rs-activity-detail-main {
    padding: 34px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.58)),
        rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 30px 80px rgba(31, 88, 160, 0.12);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.rs-activity-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    margin-top: 28px;
    align-items: start;
}

.rs-activity-detail-content {
    min-width: 0;
}

.rs-activity-detail-content,
.rs-activity-detail-info,
.rs-activity-hire-card,
.rs-activity-detail-share-bottom {
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.62)),
        rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 48px rgba(31, 88, 160, 0.1);
}

.rs-activity-detail-content,
.rs-activity-detail-info,
.rs-activity-hire-card,
.rs-activity-detail-share-bottom {
    padding: 26px;
}

.rs-activity-detail-head > span,
.rs-activity-hire-card span {
    display: inline-flex;
    width: max-content;
    margin-bottom: 14px;
    padding: 8px 13px;
    border-radius: 999px;
    color: var(--color2);
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.12);
    font-size: 12px;
    font-weight: 950;
}

.rs-activity-detail-head h2,
.rs-activity-detail-info h3,
.rs-activity-hire-card h3 {
    margin: 0 0 14px;
    color: var(--color1);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 950;
    letter-spacing: -0.5px;
}

.rs-activity-detail-head h2 {
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.14;
}

.rs-activity-hire-card p {
    margin: 0;
    color: #52627b;
    font-size: 15px;
    line-height: 1.85;
}

.rs-activity-detail-share-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(237, 247, 255, 0.48)),
        rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 42px rgba(31, 88, 160, 0.08);
}

.rs-activity-detail-share-bottom strong {
    color: var(--color1);
    font-size: 15px;
    font-weight: 950;
}

.rs-activity-coffee-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 16px;
    border: 0;
    border-radius: 999px;
    color: #7c4a03;
    font-size: 13px;
    font-weight: 950;
    background:
        radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.5), transparent 30%),
        linear-gradient(135deg, #fde047 0%, #facc15 100%);
    box-shadow:
        0 14px 28px rgba(245, 158, 11, 0.18),
        0 0 0 4px rgba(255, 183, 3, 0.08);
    transition: 0.3s ease;
}

.rs-activity-coffee-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 18px 34px rgba(245, 158, 11, 0.25),
        0 0 0 5px rgba(255, 183, 3, 0.1);
}

.rs-activity-detail-share-inline .rs-share-buttons {
    justify-content: flex-start;
}

.rs-activity-detail-cover {
    margin: 24px 0 26px;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: 0 22px 58px rgba(31, 88, 160, 0.12);
}

.rs-activity-detail-cover img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.rs-activity-detail-cover img {
    aspect-ratio: 16 / 8.5;
}

.rs-activity-article {
    color: #263657;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
}

.rs-activity-article p {
    margin: 0 0 22px;
}

.rs-activity-article h3 {
    margin: 34px 0 16px;
    color: var(--color1);
    font-size: 24px;
    line-height: 1.3;
    font-weight: 950;
    letter-spacing: -0.5px;
}

.rs-activity-article blockquote {
    position: relative;
    margin: 32px 0;
    padding: 28px 30px 28px 76px;
    border-radius: 20px;
    color: #102750;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 800;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(235, 247, 255, 0.58)),
        rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 46px rgba(31, 88, 160, 0.1);
}

.rs-activity-article blockquote::before {
    content: "\f10d";
    position: absolute;
    left: 26px;
    top: 28px;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--color2);
}

.rs-activity-article p:last-child {
    margin-bottom: 0;
}

.rs-activity-detail-sidebar {
    position: sticky;
    top: 105px;
    display: grid;
    gap: 20px;
}

.rs-activity-detail-info dl {
    display: grid;
    gap: 13px;
    margin: 0;
}

.rs-activity-detail-info dl div {
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(13, 110, 253, 0.08);
}

.rs-activity-detail-info dl div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.rs-activity-detail-info dt {
    margin-bottom: 5px;
    color: #7b8aa4;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.rs-activity-detail-info dd {
    margin: 0;
    color: var(--color1);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 900;
}

.rs-activity-hire-card {
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 183, 3, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.72));
}

.rs-activity-hire-card a {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 18px;
    padding: 12px 20px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 950;
    background:
        radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.42), transparent 30%),
        linear-gradient(135deg, #ff8a00 0%, #ffb703 100%);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow:
        0 16px 34px rgba(255, 138, 0, 0.22),
        0 0 0 4px rgba(255, 183, 3, 0.08);
    transition: 0.3s ease;
}

.rs-activity-hire-card a:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow:
        0 20px 42px rgba(255, 138, 0, 0.3),
        0 0 0 5px rgba(255, 183, 3, 0.1);
}

.rs-activity-detail-share-bottom {
    display: grid;
    gap: 16px;
}

.rs-activity-detail-share-bottom .rs-share-buttons {
    justify-content: flex-start;
}

@media (max-width: 1199.98px) {
    .rs-activity-hero-card {
        padding: 62px 48px;
    }

    .rs-activity-hero-visual {
        width: 66%;
    }

    .rs-activity-card {
        grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
        gap: 22px;
    }

    .rs-activity-detail-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
    }
}

@media (max-width: 991.98px) {
    .rs-activity-hero {
        padding: 110px 0 60px;
    }

    .rs-activity-hero-card {
        min-height: auto;
        padding: 48px 38px min(100%, 420px);
    }

    .rs-activity-hero-content {
        max-width: 100%;
    }

    .rs-activity-hero-visual {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        max-height: 420px;
    }

    .rs-activity-hero-visual::after {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.36) 38%, transparent 74%),
            linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 55%);
    }

    .rs-activity-catalog {
        padding: 60px 0 82px;
    }

    .rs-activity-sidebar {
        position: relative;
        top: auto;
    }

    .rs-activity-card {
        grid-template-columns: 1fr;
    }

    .rs-activity-image {
        height: auto;
        min-height: 0;
    }

    .rs-activity-image img {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .rs-activity-detail-layout {
        grid-template-columns: 1fr;
    }

    .rs-activity-detail-sidebar {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767.98px) {
    .rs-activity-hero {
        padding: 100px 0 52px;
    }

    .rs-activity-hero-card {
        padding: 36px 26px calc(100% - 52px);
        border-radius: 22px;
    }

    .rs-activity-hero-content h1 {
        letter-spacing: -1.4px;
    }

    .rs-activity-hero-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .rs-activity-hero-visual {
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        max-height: none;
    }

    .rs-activity-hero-visual img {
        width: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center top;
    }

    .rs-activity-catalog-panel {
        padding: 24px;
        border-radius: 24px;
    }

    .rs-activity-detail-main {
        padding: 24px;
        border-radius: 24px;
    }

    .rs-activity-detail-cover img {
        aspect-ratio: 16 / 11;
    }

    .rs-activity-detail-share-inline {
        align-items: flex-start;
        flex-direction: column;
    }

    .rs-activity-image img {
        aspect-ratio: 16 / 10;
    }

    .rs-activity-body {
        padding: 0;
    }

    .rs-activity-body h3 {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .rs-activity-hero-card {
        padding: 32px 22px calc(100% - 44px);
    }

    .rs-activity-badge {
        font-size: 13px;
    }

    .rs-activity-hero-visual {
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .rs-activity-catalog {
        padding: 52px 0 72px;
    }

    .rs-activity-catalog-panel,
    .rs-activity-filter-card,
    .rs-activity-detail-main {
        padding: 20px;
    }

    .rs-activity-detail-content,
    .rs-activity-detail-info,
    .rs-activity-hire-card,
    .rs-activity-detail-share-bottom {
        padding: 20px;
        border-radius: 22px;
    }

    .rs-activity-body h3 {
        font-size: 19px;
    }

    .rs-activity-body p {
        font-size: 13px;
    }
}
