﻿@media (max-width: 950px) {
    .first-part-button-container {
        width: 100% !important;
        place-content: center !important;
        display: flex !important;
        place-self: center !important;
        flex-wrap: wrap !important;
        row-gap: 20px !important;
        column-gap: 20px !important;
    }

    .first-part-holder-content {
        width: 100% !important;
        row-gap: 40px !important;
        display: flex !important;
        flex-direction: column !important;
    }
}

@media (min-width: 950px) {

    .first-part-holder-content {
        width: 80% !important;
        column-gap: 40px !important;
        display: flex !important;
        flex-direction: row !important;
    }
    .first-part-button-container {
        width: 80% !important;
        place-content: center !important;
        display: grid !important;
        place-self: center !important;
        grid-template-columns: auto auto !important;
        flex-wrap: wrap !important;
        row-gap: 20px !important;
        column-gap: 20px !important;
    }
}

.first-part-button-container-small {
    width: 100%;
    place-content: center;
    display: flex;
    place-self: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
.first-part-holder-right {
    justify-items: center;
}

.suggestion-box > h2 {
    font-size: 20px;
}
.plan-recheck-button {
    line-height: 100%;
    color: var(--primary-hover);
    font-size: 20px;
    border: 1px solid gray;
    background: var(--primary-color-reflection);
    text-align: center;
    align-content: center;
    justify-self: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.first-part-button-container {
    width: 80%;
    place-content: center;
    display: grid;
    place-self: center;
    grid-template-columns: auto auto;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
.suggestion-box > h3 {
    font-weight: normal;
    font-size: 16px;
}
.first-part-holder-content-one {
    display: grid;
    grid-auto-rows: auto;
    row-gap: 30px;
}
    .first-part-holder-content-one > h2 {
        text-align: center;
        margin: 0;
        font-weight: normal;
        font-size: 20px;
    }
.suggestion-box {
    display: grid;
    grid-template-rows: auto;
    min-width: 250px;
    overflow-wrap: anywhere;
    background-color: var(--primary-color-reflection);
    color: black;
    padding: 20px;
}

.help-desk-button {
    justify-self: flex-end;
    padding: 10px;
    background: teal;
    color: var(--primary-color-reflection);
    width: fit-content;
    text-align: center;
}
.first-part-holder-content-small {
    width: 100%;
    row-gap: 40px;
    display: flex;
    flex-direction: column;
}

.first-part-holder-content {
    width: 80%;
    column-gap: 40px;
    display: flex;
    flex-direction: row;
}

.awareness-text {
    place-self: center;
    color: var(--primary-color-reflection);
    font-weight: normal;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

.first-part-holder {
    row-gap: 30px;
    padding: 20px 10% 20px 10%;
    color: var(--primary-color-reflection);
    align-items: center;
    flex-direction: column;
    display: flex;
    background-image: linear-gradient(to right, #b35900, var(--primary-hover));
    
}

.first-part-holder-left > h3 {
    color: lightgray;
    font-size: 14px;
    font-weight: normal;
}

.first-part-holder-left > h2 {
    font-weight: normal;
    font-size: 16px;
}
.close-header-panel-item {
    align-self: center;
    text-decoration: unset;
    color: var(--primary-color-reflection);
    padding: 10px;
}

.close-header-panel-item-active {
    background-color: gray;
}

.close-header-panel-right {
    text-align: center;
}

    .close-header-panel-right > h1 {
        margin: 0;
        font-size: 20px;
        font-weight: normal;
    }

.close-header-panel-left {
    align-self: center;
    place-content: center;
    display: flex;
    flex-direction: row;
}

.close-header-panel {
    align-items: center;
    background-color: black;
    color: var(--primary-color-reflection);
    padding: 10px;
    display: grid;
    grid-template-columns: auto auto;
}
