.container:has(.custom-gifts-page) {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.custom-gifts-page {
    --cg-text: #f2f5fa;
    --cg-muted: #c6cfde;
    --cg-gold: #f4b74c;
    --cg-gold-strong: #f59e0b;
    color: var(--cg-text);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 0 56px;
    background:
        radial-gradient(circle at 15% 10%, rgba(245, 158, 11, 0.12), transparent 24%),
        radial-gradient(circle at 85% 12%, rgba(249, 115, 22, 0.11), transparent 22%),
        linear-gradient(180deg, #090c13 0%, #0d1119 38%, #0b0e15 100%);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.custom-gifts-page .cg-back-link {
    position: fixed;
    top: 18px;
    left: 26px;
    z-index: 1400;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(244, 183, 76, 0.34);
    background: rgba(10, 14, 22, 0.82);
    color: #f2d392 !important;
    text-decoration: none;
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 700;
    outline: none !important;
    pointer-events: auto;
}

.custom-gifts-page .cg-back-link i {
    color: var(--cg-gold);
}

.custom-gifts-page .cg-back-link:hover,
.custom-gifts-page .cg-back-link:focus {
    color: #121212 !important;
    background: rgba(245, 158, 11, 0.96);
    border-color: rgba(245, 158, 11, 0.96);
    text-decoration: none;
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.24) !important;
}

.custom-gifts-page .cg-back-link:hover i,
.custom-gifts-page .cg-back-link:focus i {
    color: #121212;
}

.custom-gifts-page h1,
.custom-gifts-page h2,
.custom-gifts-page h3,
.custom-gifts-page .modal-title {
    font-family: 'Sora', sans-serif;
}

.custom-gifts-page .cg-hero {
    position: relative;
    min-height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.custom-gifts-page .cg-hero-bg,
.custom-gifts-page .cg-hero-bg img,
.custom-gifts-page .cg-hero-overlay,
.custom-gifts-page .cg-hero-glow {
    position: absolute;
    inset: 0;
}

.custom-gifts-page .cg-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-gifts-page .cg-hero-overlay {
    background:
        linear-gradient(90deg, rgba(8, 11, 17, 0.96) 0%, rgba(8, 11, 17, 0.84) 34%, rgba(8, 11, 17, 0.56) 64%, rgba(8, 11, 17, 0.34) 100%),
        linear-gradient(180deg, rgba(8, 11, 17, 0.46) 0%, rgba(8, 11, 17, 0.1) 34%, rgba(8, 11, 17, 0.7) 100%);
}

.custom-gifts-page .cg-hero-glow-left {
    background: radial-gradient(circle at 18% 30%, rgba(245, 158, 11, 0.14), transparent 28%);
}

.custom-gifts-page .cg-hero-glow-right {
    background: radial-gradient(circle at 78% 22%, rgba(249, 115, 22, 0.14), transparent 25%);
}

.custom-gifts-page .cg-hero-content {
    position: relative;
    z-index: 2;
    width: min(760px, calc(100% - 48px));
    margin-left: clamp(24px, 7vw, 92px);
    padding-top: 76px;
    padding-bottom: 76px;
}

.custom-gifts-page .cg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(244, 183, 76, 0.28);
    background: rgba(14, 18, 28, 0.44);
    color: #f2cf86;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.custom-gifts-page h1 {
    margin: 22px 0 18px;
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.03em;
    max-width: 840px;
}

.custom-gifts-page h1 span {
    background: linear-gradient(90deg, #f8d37e 0%, #f5b126 45%, #f97316 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.custom-gifts-page p {
    color: var(--cg-muted);
    line-height: 1.6;
}

.custom-gifts-page .cg-hero-content p {
    max-width: 650px;
    font-size: clamp(17px, 1.7vw, 21px);
}

.custom-gifts-page .cg-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.custom-gifts-page .cg-hero-actions .custom-gifts-btn-primary,
.custom-gifts-page .cg-hero-actions .custom-gifts-btn-outline {
    min-width: 250px;
    padding: 14px 22px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.custom-gifts-page .cg-hero-actions .custom-gifts-btn-primary i,
.custom-gifts-page .cg-hero-actions .custom-gifts-btn-outline i,
.custom-gifts-page .cg-inline-submit i,
.custom-gifts-modal #custom-gifts-modal-submit i {
    font-size: 15px;
}

.custom-gifts-btn-primary,
.custom-gifts-btn-outline {
    min-height: 50px;
    border-radius: 999px;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 800 !important;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    outline: none !important;
}

.custom-gifts-btn-primary {
    color: #121212 !important;
    border: 1px solid #f4b74c !important;
    background: linear-gradient(90deg, #f8c45c 0%, #f59e0b 52%, #f97316 100%) !important;
    box-shadow: 0 18px 28px rgba(245, 158, 11, 0.2);
}

.custom-gifts-btn-primary:hover,
.custom-gifts-btn-primary:focus,
.custom-gifts-btn-primary:active {
    color: #121212 !important;
    border-color: #f59e0b !important;
    background: linear-gradient(90deg, #f0b13d 0%, #de8600 50%, #ea580c 100%) !important;
}

.custom-gifts-btn-outline {
    color: #f4cf86 !important;
    border: 1px solid rgba(244, 183, 76, 0.42) !important;
    background: linear-gradient(180deg, rgba(20, 26, 39, 0.9) 0%, rgba(12, 16, 25, 0.92) 100%) !important;
    backdrop-filter: blur(10px);
    box-shadow: none !important;
}

.custom-gifts-btn-outline:hover,
.custom-gifts-btn-outline:focus,
.custom-gifts-btn-outline:active {
    color: #141414 !important;
    border-color: #f59e0b !important;
    background: #f59e0b !important;
}

.custom-gifts-btn-primary:focus,
.custom-gifts-btn-primary:active,
.custom-gifts-btn-outline:focus,
.custom-gifts-btn-outline:active {
    outline: none !important;
    border-color: #f59e0b !important;
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.24) !important;
}

.custom-gifts-page .btn:focus,
.custom-gifts-page .btn.focus,
.custom-gifts-modal .btn:focus,
.custom-gifts-modal .btn.focus {
    outline: none !important;
    border-color: #f59e0b !important;
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.24) !important;
}

.custom-gifts-page .btn,
.custom-gifts-page .btn:hover,
.custom-gifts-page .btn:active,
.custom-gifts-page .btn:focus,
.custom-gifts-page .btn:focus-visible,
.custom-gifts-modal .btn,
.custom-gifts-modal .btn:hover,
.custom-gifts-modal .btn:active,
.custom-gifts-modal .btn:focus,
.custom-gifts-modal .btn:focus-visible {
    border-color: #f59e0b !important;
    outline: none !important;
}

.custom-gifts-page button.btn,
.custom-gifts-page a.btn,
.custom-gifts-modal button.btn,
.custom-gifts-modal a.btn {
    -webkit-appearance: none;
    appearance: none;
}

.custom-gifts-page .cg-trust,
.custom-gifts-page .cg-section {
    width: min(1180px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.custom-gifts-page .cg-trust {
    margin-top: 22px;
    padding: 16px 18px;
    border: 1px solid rgba(244, 183, 76, 0.14);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(59, 45, 19, 0.56) 0%, rgba(33, 28, 18, 0.62) 100%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.custom-gifts-page .cg-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #eadfbf;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.custom-gifts-page .cg-trust-item i {
    color: var(--cg-gold);
    font-size: 14px;
}

.custom-gifts-page .cg-section {
    margin-top: 20px;
    padding: 34px 28px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(20, 25, 37, 0.96) 0%, rgba(13, 18, 28, 0.98) 100%);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.custom-gifts-page .cg-section:first-of-type {
    background:
        radial-gradient(circle at 18% 0%, rgba(245, 158, 11, 0.08), transparent 20%),
        linear-gradient(180deg, rgba(36, 30, 18, 0.72) 0%, rgba(17, 22, 34, 0.98) 44%, rgba(13, 18, 28, 0.98) 100%);
}

.custom-gifts-page .cg-section-alt {
    background:
        radial-gradient(circle at 16% 10%, rgba(245, 158, 11, 0.1), transparent 22%),
        linear-gradient(180deg, rgba(22, 28, 41, 0.98) 0%, rgba(14, 18, 28, 0.98) 100%);
}

.custom-gifts-page .cg-section h2 {
    margin: 0;
    color: #f7f8fc;
    text-align: center;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 800;
}

.custom-gifts-page .cg-section-subtitle {
    max-width: 660px;
    margin: 12px auto 0;
    text-align: center;
    color: #aeb8cb;
    font-size: 16px;
}

.custom-gifts-page .cg-grid {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.custom-gifts-page .cg-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-gifts-page .cg-card,
.custom-gifts-page .cg-case-card {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(27, 34, 49, 0.96) 0%, rgba(19, 25, 37, 0.98) 100%);
    overflow: hidden;
}

.custom-gifts-page .cg-card {
    padding: 18px;
}

.custom-gifts-page .cg-card-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 14px;
    background: rgba(245, 158, 11, 0.12);
    color: var(--cg-gold);
    font-size: 18px;
}

.custom-gifts-page .cg-card h3,
.custom-gifts-page .cg-case-card h3 {
    margin: 0 0 8px;
    color: #f6f8fc;
    font-size: 19px;
    font-weight: 700;
}

.custom-gifts-page .cg-card p,
.custom-gifts-page .cg-case-card p {
    margin: 0;
    font-size: 14px;
    color: #b9c3d7;
}

.custom-gifts-page .cg-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.custom-gifts-page .cg-step {
    min-height: 90px;
    padding: 16px 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(25, 33, 48, 0.98);
    text-align: center;
    color: #edf2fd;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.custom-gifts-page .cg-step span {
    color: var(--cg-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.custom-gifts-page .cg-grid-cases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-gifts-page .cg-case-card {
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.custom-gifts-page .cg-case-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.custom-gifts-page .cg-case-card div {
    padding: 16px;
}

.custom-gifts-page .cg-case-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 158, 11, 0.55);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(245, 158, 11, 0.18);
}

.custom-gifts-page .cg-case-card:hover img {
    transform: scale(1.05);
}

.custom-gifts-page .cg-final {
    text-align: center;
    background:
        radial-gradient(circle at 20% 12%, rgba(245, 158, 11, 0.12), transparent 22%),
        linear-gradient(180deg, rgba(20, 25, 37, 0.4) 0%, rgba(13, 18, 28, 0.72) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.custom-gifts-page .cg-final h2 {
    margin: 0;
}

.custom-gifts-page .cg-final-title-main,
.custom-gifts-page .cg-final-title-accent {
    display: block;
}

.custom-gifts-page .cg-final-title-accent {
    margin-top: 8px;
    color: var(--cg-gold);
}

.custom-gifts-page .cg-final-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.custom-gifts-page .cg-final-badges span,
.custom-gifts-page .cg-file-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(244, 183, 76, 0.18);
    background: rgba(32, 40, 58, 0.96);
    color: #dde5f5;
    font-size: 13px;
    font-weight: 600;
}

.custom-gifts-page .cg-final-badges i {
    color: var(--cg-gold);
}

.custom-gifts-page .cg-form-wrap {
    width: min(680px, 100%);
    margin: 26px auto 0;
    padding: 30px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(20, 26, 38, 0.92);
    text-align: left;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.custom-gifts-page .cg-form-wrap h3 {
    margin: 0 0 18px;
    text-align: center;
    color: #f7f8fc;
    font-size: 26px;
    font-weight: 800;
}

.custom-gifts-page .cg-inline-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.custom-gifts-page .cg-inline-submit {
    width: 100%;
    min-height: 54px;
    margin-top: 4px;
}

.custom-gifts-page .cg-field label {
    display: block;
    margin-bottom: 7px;
    color: #edf2fb;
    font-size: 13px;
    font-weight: 700;
}

.custom-gifts-page .form-control,
.custom-gifts-page textarea.form-control {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(30, 37, 52, 0.96) !important;
    color: #eef2f7 !important;
    padding: 12px 14px;
}

.custom-gifts-page textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.custom-gifts-page .form-control::placeholder {
    color: #8f9bb3 !important;
}

.custom-gifts-page .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.22) !important;
    border-color: rgba(245, 158, 11, 0.45) !important;
}

.custom-gifts-page .cg-feedback {
    display: block;
    min-height: 18px;
    font-size: 13px;
}

.custom-gifts-page .cg-feedback.is-success {
    color: #74e0a1;
}

.custom-gifts-page .cg-feedback.is-error {
    color: #ff9898;
}

.custom-gifts-modal .modal-content {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(244, 183, 76, 0.16);
    background:
        radial-gradient(circle at 14% 12%, rgba(245, 158, 11, 0.14), transparent 22%),
        linear-gradient(180deg, rgba(14, 18, 28, 0.99) 0%, rgba(18, 24, 38, 0.99) 100%);
    color: #eef2f7;
}

.custom-gifts-modal .modal-header,
.custom-gifts-modal .modal-footer {
    border-color: rgba(255, 255, 255, 0.06);
}

.custom-gifts-modal .modal-header {
    padding: 24px 26px 18px;
}

.custom-gifts-modal .modal-body {
    padding: 0 26px 10px;
}

.custom-gifts-modal .modal-footer {
    padding: 16px 26px 24px;
}

.custom-gifts-modal .cg-modal-kicker {
    color: #f2cf86;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.custom-gifts-modal .modal-title {
    font-size: 30px;
    font-weight: 800;
    color: #f7f8fc;
}

.custom-gifts-modal .cg-modal-intro {
    margin-bottom: 20px;
    font-size: 15px;
    color: #b7c2d9;
}

.custom-gifts-modal .cg-modal-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.custom-gifts-modal .cg-modal-form-shell {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(20, 26, 38, 0.92);
    padding: 24px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.12);
}

.custom-gifts-modal .cg-form-row,
.custom-gifts-page .cg-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.custom-gifts-modal .cg-field label {
    display: block;
    margin-bottom: 7px;
    color: #edf2fb;
    font-size: 13px;
    font-weight: 700;
}

.custom-gifts-modal .form-control,
.custom-gifts-modal .form-control-file {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(30, 37, 52, 0.96) !important;
    color: #eef2f7 !important;
    padding: 12px 14px;
}

.custom-gifts-modal .form-control-file {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.custom-gifts-modal textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.custom-gifts-modal .form-control::placeholder {
    color: #8f9bb3 !important;
}

.custom-gifts-modal .form-control:focus,
.custom-gifts-modal .form-control-file:focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.22) !important;
    border-color: rgba(245, 158, 11, 0.45) !important;
}

.custom-gifts-modal .cg-helper-text {
    display: block;
    margin-top: 8px;
    color: #9da8bd;
}

.custom-gifts-modal .cg-file-field {
    border-radius: 16px;
    border: 1px dashed rgba(244, 183, 76, 0.24);
    background: rgba(29, 36, 51, 0.78);
    padding: 16px;
}

.custom-gifts-modal .cg-dropzone {
    border: 1px dashed rgba(244, 183, 76, 0.32);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(34, 41, 57, 0.9) 0%, rgba(22, 28, 41, 0.96) 100%);
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 20px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    outline: none !important;
}

.custom-gifts-modal .cg-dropzone:hover,
.custom-gifts-modal .cg-dropzone:focus,
.custom-gifts-modal .cg-dropzone.is-dragover {
    border-color: rgba(245, 158, 11, 0.72);
    background:
        linear-gradient(180deg, rgba(52, 43, 20, 0.88) 0%, rgba(28, 31, 39, 0.96) 100%);
    transform: translateY(-1px);
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.18) !important;
}

.custom-gifts-modal .cg-dropzone-icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 158, 11, 0.14);
    color: var(--cg-gold);
    font-size: 24px;
}

.custom-gifts-modal .cg-dropzone-title {
    color: #f4f7fb;
    font-size: 18px;
    font-weight: 800;
}

.custom-gifts-modal .cg-dropzone-subtitle {
    color: #aab5ca;
    font-size: 14px;
    font-weight: 600;
}

.custom-gifts-modal .cg-file-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.custom-gifts-modal .cg-file-panel-title {
    color: #edf2fb;
    font-size: 15px;
    font-weight: 700;
}

.custom-gifts-modal .cg-file-panel-note {
    color: var(--cg-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.custom-gifts-modal .modal-footer .custom-gifts-btn-primary {
    min-width: 170px;
}

.custom-gifts-modal .cg-file-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

@supports not selector(:has(*)) {
    .custom-gifts-page {
        margin-top: -16px;
    }
}

@media (max-width: 1100px) {
    .custom-gifts-page .cg-grid-3,
    .custom-gifts-page .cg-grid-cases {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .custom-gifts-page .cg-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .custom-gifts-page .cg-back-link {
        top: 70px;
        left: 14px;
        padding: 9px 12px;
        font-size: 13px;
    }

    .custom-gifts-page .cg-hero {
        min-height: auto;
        padding-top: 48px;
    }

    .custom-gifts-page .cg-hero-content {
        width: calc(100% - 32px);
        margin-left: 16px;
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .custom-gifts-page .cg-section {
        width: calc(100% - 20px);
        padding: 26px 16px;
    }

    .custom-gifts-page .cg-trust {
        gap: 12px 18px;
        justify-content: flex-start;
    }

    .custom-gifts-page .cg-form-wrap {
        padding: 18px;
    }

    .custom-gifts-page .cg-hero-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .custom-gifts-modal .cg-form-row,
    .custom-gifts-page .cg-form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .custom-gifts-page .cg-grid-3,
    .custom-gifts-page .cg-grid-cases,
    .custom-gifts-page .cg-process-grid {
        grid-template-columns: 1fr;
    }

    .custom-gifts-modal .modal-header,
    .custom-gifts-modal .modal-body,
    .custom-gifts-modal .modal-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .custom-gifts-modal .cg-modal-form-shell {
        padding: 16px;
    }
}
