*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
	margin: 0;
	color: rgb(34, 14, 39);
	font-size: 0.875rem;
	line-height: 1.43;
	font-family: Lato, sans-serif;
	font-weight: 400;
	background-color: rgb(255, 255, 255);
}



.preview-container {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    word-break: break-word;    	
}



.preview-container {
	font-family: Lato, sans-serif;
}



.preview-container :not(h1) {
    font-family: Lato, sans-serif;
}



.preview-container > div {
    height: auto !important;
}



.preview-wrapper {
    width: 100%;
    background: initial;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    min-height: 100vh;
    padding-bottom: 50px;
    height: auto;	
}



.preview-vcard-root {
	width: 100%;
}


.preview-vcard-header-bgavatar {
    font-family: Lato, sans-serif;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
    padding-top: 36px;
    max-width: 488px;
}


.avatar {
    width: 100%;
    height: 448px;
    background: rgb(150, 148, 156) center center / cover;
    background-image: none;
    position: relative;
}    


.bg-gradient {
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 182px;
    width: 100%;
    background: linear-gradient(rgba(9, 58, 50, 0) 0%, rgb(9, 58, 50) 100%);
}


.preview-vcard-topinfo-root {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px auto;
    max-width: 388px;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    bottom: 32px;
    left: 0px;
    right: 0px;	
}


.preview-vcard-topinfo-title {
    color: rgb(255, 255, 255);
    margin-top: 20px;
    width: 100%;
    text-align: left;	
    font-size: 24px;
    font-weight: 700;
    line-height: 1;  
}



.preview-vcard-topinfo-title.left {
    align-items: flex-start;
}  



.preview-vcard-topinfo-subtitle {
    font-size: 14px;
    line-height: 23px;
    margin-top: 8px;
    width: 100%;
}	



.preview-vcard-topinfo-buttons {
    -moz-box-align: center;
    align-items: center;
    gap: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: left;
    flex-direction: row;
    padding-left: 0;
}



.contact-us-li {
    text-align: center;
    background: rgb(255, 161, 3);
    color: #000;
    margin: 4px;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-radius: 60px;
    width: 48px;
    height: 48px;
    font-size: 20px;    
}



.contact-us-a {
    color: #000;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;  
    text-decoration: none;  
}



h1 {
    font-weight: 500;
    white-space: pre-wrap;
    margin: 0px;	
}



p {
	white-space: pre-wrap;
}



.preview-vcard-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}



.preview-vcard-flow {
    width: 100%;
    display: flex;
    flex-direction: column;
}



.preview-text-summary {
    text-align: center;
    padding: 24px 16px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    width: calc(100% - 32px);
    max-width: 356px !important;
    margin: auto;
    margin-bottom: auto;
    font-size: 13px;
    line-height: 21px;
}



@media (min-width: 960px) {
    .preview-text-summary {
        font-size: 14px;
        line-height: 23px;
        padding: 34px 40px 32px;        
    }
}    



.preview-text-summary:not(:last-child) {
    margin-bottom: 8px;
}



.editor-container {
    border: medium;
    border-radius: 24px;
    width: 100%;
}    



.editor-content {
    position: relative;
    text-align: left;
    cursor: text;
    display: block;
    line-height: 1.7;
}    



.editor-content-inner {
    position: relative;
}



.editor-content-inner-root {
    min-height: unset;
    resize: none;
    font-size: 15px;
    caret-color: rgb(5, 5, 5);
    position: relative;
    tab-size: 1;
    outline: 0px;
    padding: 0px;    
}    


.editor-text {
    margin: 0px;
    position: relative;    
}



.editor-text-bold {
    font-weight: bold;
}    


.preview-text-infoitem {
    padding: 24px 20px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    width: calc(100% - 32px);
    margin: auto;
    margin-bottom: auto;
    max-width: 356px;    
}



.preview-text-infoitem:not(:last-child) {
    margin-bottom: 8px;
}



.preview-text-subinfoitem {
    display: flex;
    padding: 17px 0px 0px;    
}



.preview-text-subinfoitem:first-child {
    padding-top: 0px;    
}



.preview-text-subinfoitem-icon {
    width: 20px;
    height: 20px;
    margin-right: 23px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    flex-direction: row;    
}



@media (min-width: 960px) {
    .preview-text-subinfoitem-icon {
        margin-right: 36px;
    }    
}    



.mobile-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.5rem;    
}



.preview-text-subinfoitem-data {
    padding-top: 1px;
    flex: 1 1 0%;    
}



/*.preview-text-subinfoitem:not(:last-child) .preview-text-subinfoitem-data {
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(205, 209, 224);
}
*/


.preview-text-subinfoitem-data-item {
    margin-bottom: 6px;
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;    
}



@media (min-width: 960px) {
    .preview-text-subinfoitem-data-item {
        font-size: 15px;
        line-height: 20px;        
    }
}    



.preview-text-subinfoitem-data-label {
    line-height: 19px;
/*    margin-bottom: 30px;*/
    color: rgb(139, 140, 165);
    font-size: 12px;    
}



@media (min-width: 960px) {
    .preview-text-subinfoitem-data-label {
        font-size: 13px;
    }
}    



a {
    color: inherit;
    text-decoration: none;
}



.phone-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);    
}




.email-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);    
}



.site-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.5rem;
}




.address-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.5rem;    
}



.address-text {
    display: block;
    font-weight: 600;    
}



@media (min-width: 960px) {
    .address-text {
        font-size: 15px;
        line-height: 20px;        
    }
}




.preview-text-subinfoitem-address {
    display: flex;
    -moz-box-align: center;
    align-items: center;
}




.location-link {
    display: inline-block;
    font-weight: 500;
    line-height: 19px;
    color: rgb(117, 157, 254);
    margin-top: 14px;    
}



.gennimata-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.5rem;
}    



.gennimata-text {
    margin-bottom: 6px;
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
}    



@media (min-width: 960px) {
    .gennimata-text {
        font-size: 15px;
        line-height: 20px;        
    }
}




.preview-add-contact {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    padding-top: 24px;    
}



@media (min-width: 960px) {
    .preview-add-contact {
        padding-top: 36px;
    }
}



.add-contact-link {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Lato, sans-serif;
    line-height: 1.75;
    min-width: 64px;
    padding: 6px 16px;
    position: relative;
    border-radius: 28px;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    text-transform: none;
    white-space: nowrap;
    transition: 0.2s ease-in-out;
    box-shadow: none;
    background-color: rgb(29, 89, 249);
    color: rgb(255, 255, 255);    
}



.add-contact-span {
    display: inherit;
    margin-left: -4px;
    margin-right: 10px;
}



.add-contact-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.5rem;    
}



.preview-vcard-add-contact {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    padding-top: 34px;    
}



@media (min-width: 960px) {
    .preview-vcard-add-contact {
        padding-top: 46px;
    }
}
