@import url('_e-Exhibitor-globalV2.css');

.ptak-expo a.backToExhibitors {
    display: inline-flex;
    align-items: center;
    color: black;
    gap: 20px;
    font-size: 14px;
}

.ptak-expo .contendData {
    flex-direction: column;
    max-width: 920px;
    margin: 0 auto;
}
.ptak-expo .row.appointment > .col {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptak-expo .logo {
     text-align: center;
}

.ptak-expo .country {
    --country_position: relative;
    --country_top: 0;
    --country_right: 0;
    --country_size_width: 40px;
    --country_size_height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ptak-expo .country img {
    border-radius: 6px;
    --country_size_width: 30px;
    --country_size_height: 22px;
}

.ptak-expo .industries {
    font-weight: 600;
    margin-top: 10px;
}

.ptak-expo .meta-col {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.ptak-expo.ptak-expo-single-exhibitor .standNumbers {
    background-color: unset;
    border: 1px solid #f1f1f1;
    color: black;
    font-weight: 400;
    padding: 0px 10px;
    font-size: 15px;
    border-radius: 6px;
}
.ptak-expo.ptak-expo-single-exhibitor .standNumbers > span {
    background-color: unset;
    border: unset;
    color: black;
    padding: unset;
}


.ptak-expo .social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding: 1em;
}

.ptak-expo .social a,
.ptak-expo .social a svg {
    width: 22px;
    height: 22px;
}

.ptak-expo .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.ptak-expo .description {
    margin-bottom: 1em;
}

@media (max-width: 768px) {
    .ptak-expo .buttons {
        flex-direction: column;
        gap: 15px;
    }
    .ptak-expo a.button {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 768px) {

}