.ramtech-dashboard-hero {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding: 0 0 26px;
}

.ramtech-dashboard-brand {
    align-items: center;
    display: flex;
    gap: 18px;
}

.ramtech-dashboard-brand img {
    display: block;
    height: auto;
    width: 128px;
}

.ramtech-kicker {
    color: var(--ramtech-ui-accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.ramtech-dashboard-hero h2 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
}

.ramtech-tier-badge {
    white-space: nowrap;
}

.ramtech-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.ramtech-dashboard-panel-wide {
    grid-column: 1 / -1;
}

.ramtech-company-summary {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-bottom: 12px;
}

.ramtech-dashboard-panel h3 {
    font-size: 18px;
    margin: 0 0 14px;
}

.ramtech-dashboard-panel label {
    display: block;
    margin-bottom: 12px;
}

.ramtech-dashboard-panel input {
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.ramtech-dashboard-message,
.ramtech-dashboard-notice {
    padding: 18px;
}

.ramtech-el {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ramtech-el--align-left {
    justify-content: flex-start;
}

.ramtech-el--align-right {
    justify-content: flex-end;
}

.ramtech-el__inner {
    width: 100%;
}

.ramtech-el__inner--narrow {
    max-width: 420px;
}

.ramtech-el > .ramtech-el__inner > .ramtech-ui-card {
    --ramtech-card-bg: var(--ramtech-ui-paper);
    --ramtech-card-border: var(--ramtech-ui-line);
    --ramtech-card-text: var(--ramtech-ui-ink);
    --ramtech-card-muted: var(--ramtech-ui-ink-soft);
    --ramtech-card-heading: var(--ramtech-ui-ink);
    --ramtech-card-kicker: var(--ramtech-ui-accent);
    --ramtech-card-divider: var(--ramtech-ui-line);
    --ramtech-card-line: var(--ramtech-ui-line);
    --ramtech-card-row: var(--ramtech-ui-paper);
    --ramtech-card-row-alt: var(--ramtech-ui-row-alt);
    --ramtech-card-link: var(--ramtech-ui-accent-deep);
    --ramtech-card-progress-track: var(--ramtech-ui-row-alt);
    --ramtech-card-progress-fill: var(--ramtech-ui-accent);
    --ramtech-card-progress-notch: rgba(50, 58, 69, 0.18);
    --ramtech-card-pill-bg: var(--ramtech-ui-paper);
    --ramtech-card-pill-border: var(--ramtech-ui-line);
    --ramtech-card-pill-text: var(--ramtech-ui-ink-soft);
    background: var(--ramtech-card-bg);
    border-color: var(--ramtech-card-border);
    color: var(--ramtech-card-text);
}

.ramtech-el--card-orange > .ramtech-el__inner > .ramtech-ui-card {
    --ramtech-card-bg: var(--ramtech-ui-accent);
    --ramtech-card-border: var(--ramtech-ui-accent);
    --ramtech-card-text: var(--ramtech-ui-paper);
    --ramtech-card-muted: rgba(255, 255, 255, 0.82);
    --ramtech-card-heading: var(--ramtech-ui-paper);
    --ramtech-card-kicker: rgba(255, 255, 255, 0.78);
    --ramtech-card-divider: rgba(255, 255, 255, 0.42);
    --ramtech-card-line: rgba(255, 255, 255, 0.28);
    --ramtech-card-row: rgba(255, 255, 255, 0.08);
    --ramtech-card-row-alt: rgba(255, 255, 255, 0.14);
    --ramtech-card-link: var(--ramtech-ui-paper);
    --ramtech-card-progress-track: rgba(255, 255, 255, 0.92);
    --ramtech-card-progress-fill: var(--ramtech-admin-header-bg, #252d36);
    --ramtech-card-progress-notch: rgba(50, 58, 69, 0.18);
    --ramtech-card-pill-bg: rgba(255, 255, 255, 0.14);
    --ramtech-card-pill-border: rgba(255, 255, 255, 0.32);
    --ramtech-card-pill-text: var(--ramtech-ui-paper);
}

.ramtech-el--card-dark > .ramtech-el__inner > .ramtech-ui-card {
    --ramtech-card-bg: var(--ramtech-admin-header-bg, #252d36);
    --ramtech-card-border: var(--ramtech-admin-header-bg, #252d36);
    --ramtech-card-text: var(--ramtech-ui-paper);
    --ramtech-card-muted: #c7ced7;
    --ramtech-card-heading: var(--ramtech-ui-paper);
    --ramtech-card-kicker: #c7ced7;
    --ramtech-card-divider: rgba(255, 255, 255, 0.48);
    --ramtech-card-line: rgba(255, 255, 255, 0.24);
    --ramtech-card-row: rgba(255, 255, 255, 0.07);
    --ramtech-card-row-alt: rgba(255, 255, 255, 0.12);
    --ramtech-card-link: var(--ramtech-ui-paper);
    --ramtech-card-progress-track: rgba(255, 255, 255, 0.92);
    --ramtech-card-progress-fill: var(--ramtech-ui-accent);
    --ramtech-card-progress-notch: rgba(50, 58, 69, 0.18);
    --ramtech-card-pill-bg: rgba(255, 255, 255, 0.14);
    --ramtech-card-pill-border: rgba(255, 255, 255, 0.32);
    --ramtech-card-pill-text: var(--ramtech-ui-paper);
}

.ramtech-el--card-orange > .ramtech-el__inner > .ramtech-ui-card::before,
.ramtech-el--card-dark > .ramtech-el__inner > .ramtech-ui-card::before {
    display: none;
}

.ramtech-el > .ramtech-el__inner > .ramtech-ui-card .ramtech-kicker {
    color: var(--ramtech-card-kicker);
}

.ramtech-el > .ramtech-el__inner > .ramtech-ui-card .ramtech-card-heading h3,
.ramtech-el > .ramtech-el__inner > .ramtech-ui-card .ramtech-detail-row strong {
    color: var(--ramtech-card-heading);
}

.ramtech-el > .ramtech-el__inner > .ramtech-ui-card .ramtech-card-heading p,
.ramtech-el > .ramtech-el__inner > .ramtech-ui-card .ramtech-detail-row span,
.ramtech-el > .ramtech-el__inner > .ramtech-ui-card label {
    color: var(--ramtech-card-muted);
}

.ramtech-el > .ramtech-el__inner > .ramtech-ui-card .ramtech-announcement-body {
    color: var(--ramtech-card-text);
}

.ramtech-el--card-orange > .ramtech-el__inner > .ramtech-ui-card .ramtech-ui-badge--neutral,
.ramtech-el--card-dark > .ramtech-el__inner > .ramtech-ui-card .ramtech-ui-badge--neutral,
.ramtech-el--card-orange > .ramtech-el__inner > .ramtech-ui-card .ramtech-ui-badge--accent,
.ramtech-el--card-dark > .ramtech-el__inner > .ramtech-ui-card .ramtech-ui-badge--accent {
    background: var(--ramtech-card-pill-bg);
    border-color: var(--ramtech-card-pill-border);
    color: var(--ramtech-card-pill-text);
}

.ramtech-el--space-small {
    margin-top: 12px;
}

.ramtech-el--space-medium {
    margin-top: 24px;
}

.ramtech-el--space-large {
    margin-top: 36px;
}

.ramtech-login {
    display: block;
    text-align: inherit;
    width: 100%;
}

.ramtech-login-state {
    align-items: center;
    display: grid;
    gap: 16px;
    justify-items: stretch;
    text-align: center;
}

.ramtech-login-state p {
    margin: 0;
}

.ramtech-login-form input[type="text"],
.ramtech-login-form input[type="password"] {
    box-sizing: border-box;
    width: 100%;
}

.ramtech-login-form {
    display: grid;
    gap: 16px;
}

.ramtech-login-form .ramtech-ui-button,
.ramtech-login-state .ramtech-ui-button {
    width: 100%;
}

.ramtech-login-links {
    margin-bottom: 0;
    margin-top: 18px;
}

.ramtech-dashboard-notice {
    margin-bottom: 16px;
}

.ramtech-partner-header-card,
.ramtech-partner-contact-card,
.ramtech-partner-sales-card,
.ramtech-partner-rank-card {
    width: 100%;
}

.ramtech-partner-header-card {
    align-items: flex-start;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    min-height: 170px;
    padding: 28px;
    position: relative;
}

.ramtech-partner-header-card--plain {
    padding-left: 0;
    padding-right: 0;
}

.ramtech-partner-header-main {
    align-items: center;
    display: flex;
    gap: 22px;
    min-width: 0;
}

.ramtech-partner-header-main h2 {
    color: var(--ramtech-ui-ink);
    font-size: 34px;
    line-height: 1.12;
    margin: 0;
}

.ramtech-partner-header-time {
    color: var(--ramtech-ui-ink-soft);
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 6px;
}

.ramtech-partner-header-time span::before {
    color: var(--ramtech-ui-line-strong);
    content: "•";
    margin: 0 8px;
}

.ramtech-partner-header-rank {
    flex: 0 0 auto;
}

.ramtech-partner-meta {
    align-items: center;
    color: var(--ramtech-ui-accent-deep);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    margin-top: 12px;
}

.ramtech-partner-meta span {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.ramtech-partner-meta span + span::before {
    color: var(--ramtech-ui-line-strong);
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: currentColor;
}

.ramtech-partner-header-stats {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.ramtech-partner-header-side {
    align-items: flex-end;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: space-between;
    margin-left: auto;
}

.ramtech-partner-header-flag {
    border: 1px solid rgba(50, 58, 69, 0.12);
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(50, 58, 69, 0.08);
    display: block;
    height: auto;
    margin-top: auto;
    width: 44px;
}

.ramtech-card-heading {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.ramtech-card-heading h3 {
    color: var(--ramtech-card-heading, var(--ramtech-ui-ink));
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}

.ramtech-card-heading p:not(.ramtech-kicker) {
    color: var(--ramtech-card-muted, var(--ramtech-ui-ink-soft));
    font-size: 14px;
    font-weight: 600;
    margin: 6px 0 0;
}

.ramtech-contact-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    margin-bottom: 18px;
}

.ramtech-contact-actions .ramtech-ui-button {
    justify-content: center;
    width: 100%;
}

.ramtech-contact-details {
    border-top: 1px solid var(--ramtech-card-line, var(--ramtech-ui-line));
}

.ramtech-contact-details[hidden],
.ramtech-schedule-call[hidden] {
    display: none;
}

.ramtech-schedule-call {
    border-top: 1px solid var(--ramtech-card-line, var(--ramtech-ui-line));
    display: grid;
    gap: 14px;
    padding-top: 18px;
}

.ramtech-schedule-call h4 {
    color: var(--ramtech-card-heading, var(--ramtech-ui-ink));
    font-size: 16px;
    margin: 0;
}

.ramtech-schedule-call-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ramtech-schedule-call-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ramtech-ui-button-gap, 12px);
}

.ramtech-schedule-call-actions .ramtech-ui-button {
    justify-content: center;
    min-width: 160px;
}

.ramtech-dashboard-empty {
    color: var(--ramtech-card-muted, var(--ramtech-ui-ink-soft));
    font-weight: 600;
    margin: 0;
}

.ramtech-sales-list {
    display: grid;
    gap: 12px;
}

.ramtech-sales-person {
    align-items: flex-start;
    background: var(--ramtech-card-row-alt, var(--ramtech-ui-row-alt));
    border: 1px solid var(--ramtech-card-line, var(--ramtech-ui-line));
    border-radius: calc(var(--ramtech-ui-radius) - 6px);
    display: grid;
    gap: 14px;
    grid-template-columns: 48px 1fr auto;
    padding: 14px;
}

.ramtech-sales-avatar {
    align-items: center;
    background: var(--ramtech-ui-accent);
    border-radius: 12px;
    color: var(--ramtech-ui-paper);
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.ramtech-sales-avatar--image {
    background: var(--ramtech-ui-row-alt);
    border: 1px solid var(--ramtech-ui-line);
    overflow: hidden;
}

.ramtech-sales-avatar-image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ramtech-sales-name {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ramtech-sales-name strong {
    color: var(--ramtech-card-text, var(--ramtech-ui-ink));
    font-size: 16px;
}

.ramtech-sales-person p {
    color: var(--ramtech-card-muted, var(--ramtech-ui-ink-soft));
    font-size: 13px;
    font-weight: 600;
    margin: 4px 0 0;
}

.ramtech-sales-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 10px;
}

.ramtech-sales-links a {
    color: var(--ramtech-card-link, var(--ramtech-ui-accent-deep));
    font-size: 13px;
    font-weight: 700;
}

.ramtech-sales-person > .ramtech-ui-badge {
    align-self: start;
    justify-self: end;
}

.ramtech-rank-badge {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    white-space: nowrap;
}

.ramtech-rank-badge img {
    display: block;
    height: 34px;
    width: 34px;
}

.ramtech-rank-badge span {
    color: var(--ramtech-card-muted, var(--ramtech-ui-ink-soft));
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ramtech-rank-badge.is-large {
    align-items: center;
}

.ramtech-rank-badge.is-large img {
    height: 72px;
    width: 72px;
}

.ramtech-rank-badge.is-large span {
    font-size: 16px;
}

.ramtech-partner-rank-card {
    display: grid;
    gap: 6px;
}

.ramtech-partner-rank-card .ramtech-card-heading {
    align-items: flex-start;
    margin-bottom: 18px;
}

.ramtech-partner-rank-card .ramtech-card-heading h3 {
    font-size: 30px;
}

.ramtech-partner-rank-card .ramtech-card-heading p {
    max-width: 560px;
}

.ramtech-rank-progress {
    margin-top: 4px;
    padding-top: 8px;
}

.ramtech-rank-progress-head {
    align-items: center;
    color: var(--ramtech-card-muted);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ramtech-rank-progress-head strong {
    color: var(--ramtech-card-text);
}

.ramtech-rank-progress-track {
    background: var(--ramtech-card-progress-track);
    border-radius: 999px;
    height: 12px;
    overflow: hidden;
    position: relative;
}

.ramtech-rank-progress-track span {
    background: var(--ramtech-card-progress-fill);
    border-radius: inherit;
    display: block;
    height: 100%;
}

.ramtech-rank-progress-track::after {
    background: repeating-linear-gradient(
        90deg,
        transparent 0,
        transparent calc(20% - 1px),
        var(--ramtech-card-progress-notch) calc(20% - 1px),
        var(--ramtech-card-progress-notch) 20%
    );
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ramtech-rank-progress-track.is-green span {
    background: var(--ramtech-ui-good);
}

.ramtech-team-leader-card,
.ramtech-team-list {
    width: 100%;
}

.ramtech-team-stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-bottom: 20px;
}

.ramtech-team-stats div {
    background: var(--ramtech-card-row-alt, var(--ramtech-ui-row-alt));
    border: 1px solid var(--ramtech-card-line, var(--ramtech-ui-line));
    border-radius: var(--ramtech-ui-radius-sm);
    padding: 14px;
}

.ramtech-team-stats span,
.ramtech-team-member span {
    color: var(--ramtech-card-muted, var(--ramtech-ui-ink-soft));
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.ramtech-team-stats strong {
    color: var(--ramtech-card-text, var(--ramtech-ui-ink));
    display: block;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 4px;
}

.ramtech-team-training {
    border-top: 1px solid var(--ramtech-card-line, var(--ramtech-ui-line));
    padding-top: 18px;
}

.ramtech-team-list {
    border: 1px solid var(--ramtech-card-line, var(--ramtech-ui-line));
    border-radius: var(--ramtech-ui-radius-sm);
    margin-top: 20px;
    overflow: hidden;
}

.ramtech-team-member {
    align-items: center;
    background: var(--ramtech-card-row, var(--ramtech-ui-paper));
    border-bottom: 1px solid var(--ramtech-card-line, var(--ramtech-ui-line));
    display: grid;
    gap: 14px;
    grid-template-columns: 68px minmax(220px, 1fr) 72px minmax(220px, 0.95fr) 120px 76px 116px;
    padding: 14px;
}

.ramtech-team-member--head {
    background: var(--ramtech-ui-table-head-bg);
    color: var(--ramtech-ui-paper);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ramtech-team-member:nth-child(even) {
    background: var(--ramtech-card-row-alt, var(--ramtech-ui-row-alt));
}

.ramtech-team-member:last-child {
    border-bottom: 0;
}

.ramtech-team-member strong {
    color: var(--ramtech-card-text, var(--ramtech-ui-ink));
    display: block;
    font-size: 15px;
}

.ramtech-team-member-progress {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
}

.ramtech-team-member-tier {
    color: var(--ramtech-card-muted, var(--ramtech-ui-ink-soft));
    font-size: 13px;
    font-weight: 800;
    justify-self: center;
    text-align: center;
}

.ramtech-team-member--head div:nth-child(3),
.ramtech-team-member--head div:nth-child(5),
.ramtech-team-member--head div:nth-child(6) {
    justify-self: center;
    text-align: center;
}

.ramtech-team-member--head div:nth-child(7) {
    justify-self: end;
    text-align: right;
}

.ramtech-mini-progress {
    background: var(--ramtech-card-progress-track, var(--ramtech-ui-line));
    border-radius: 999px;
    height: 7px;
    overflow: hidden;
}

.ramtech-mini-progress span {
    background: var(--ramtech-ui-good);
    border-radius: inherit;
    display: block;
    height: 100%;
}

.ramtech-mini-progress.is-expired span {
    background: #b3261e;
}

.ramtech-mini-progress.is-empty span {
    width: 0 !important;
}

.ramtech-team-member-last {
    align-items: center;
    color: var(--ramtech-card-muted, var(--ramtech-ui-ink-soft));
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    justify-content: flex-end;
    justify-self: end;
    text-align: right;
    white-space: nowrap;
    width: 100%;
}

.ramtech-team-member-status {
    align-items: center;
    color: var(--ramtech-card-muted, var(--ramtech-ui-ink-soft));
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    justify-self: center;
    text-align: center;
    text-transform: uppercase;
}

.ramtech-team-member-status.is-online {
    color: var(--ramtech-ui-good);
}

.ramtech-team-member-partner-status {
    justify-self: center;
    text-align: center;
}

.ramtech-team-member-partner-status .ramtech-ui-badge {
    justify-content: center;
    min-width: 84px;
}

.ramtech-presence-dot {
    background: #aeb6bf;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 auto;
    height: 8px;
    width: 8px;
}

.ramtech-presence-dot.is-online {
    background: var(--ramtech-ui-good);
}

.ramtech-profile-details-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ramtech-dashboard-form {
    display: grid;
    gap: 18px;
}

.ramtech-dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ramtech-ui-button-gap, 12px);
}

.ramtech-announcement-body {
    color: var(--ramtech-card-text, var(--ramtech-ui-ink));
    font-size: 15px;
    line-height: 1.5;
}

.ramtech-activity-list {
    border: 1px solid var(--ramtech-card-line, var(--ramtech-ui-line));
    border-radius: var(--ramtech-ui-radius-sm);
    overflow: hidden;
}

.ramtech-activity-row {
    align-items: center;
    background: var(--ramtech-card-row, var(--ramtech-ui-paper));
    border-bottom: 1px solid var(--ramtech-card-line, var(--ramtech-ui-line));
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(180px, 1fr) 120px 140px;
    padding: 14px;
}

.ramtech-activity-row:nth-child(odd):not(.ramtech-activity-row--head) {
    background: var(--ramtech-card-row-alt, var(--ramtech-ui-row-alt));
}

.ramtech-activity-row:last-child {
    border-bottom: 0;
}

.ramtech-activity-row--head {
    background: var(--ramtech-ui-table-head-bg);
    color: var(--ramtech-ui-paper);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .ramtech-dashboard-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .ramtech-partner-header-card,
    .ramtech-card-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .ramtech-partner-header-card {
        min-height: 0;
    }

    .ramtech-partner-header-main {
        align-items: flex-start;
    }

    .ramtech-partner-header-stats {
        justify-content: flex-start;
    }

    .ramtech-partner-header-side {
        align-items: flex-start;
        align-self: auto;
        justify-content: flex-start;
        margin-left: 0;
    }

    .ramtech-partner-header-time span {
        display: block;
        margin-top: 4px;
    }

    .ramtech-partner-header-time span::before {
        content: "";
        margin: 0;
    }

    .ramtech-partner-header-flag {
        width: 42px;
    }

    .ramtech-sales-person {
        grid-template-columns: 48px 1fr;
    }

    .ramtech-sales-person > .ramtech-ui-badge {
        grid-column: 2;
        justify-self: start;
    }

    .ramtech-team-member,
    .ramtech-team-member-progress {
        grid-template-columns: 1fr;
    }

    .ramtech-team-member {
        align-items: flex-start;
        grid-template-columns: 64px 1fr;
    }

    .ramtech-team-member-progress,
    .ramtech-team-member-tier,
    .ramtech-team-member-partner-status,
    .ramtech-team-member-status,
    .ramtech-team-member-last {
        grid-column: 2;
        justify-self: start;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
    }

    .ramtech-schedule-call-grid {
        grid-template-columns: 1fr;
    }

    .ramtech-team-member--head {
        display: none;
    }

    .ramtech-activity-row {
        grid-template-columns: 1fr;
    }
}
