.address-show-card{border:1px solid #cacacaca;border-radius:10px;box-shadow:0 2px 10px 0 #8c8b8b40;padding:16px;display:flex;gap:20px;position:relative}.address-show-card.active{border:3px solid var(--primary-hover-color)}.address-show-card .address-show-marker-container{width:110px;height:128px;border-radius:26px;overflow:hidden;flex-shrink:0}.address-show-card .address-show-marker-container img{width:100%;height:100%;object-fit:cover}.address-show-card .address-show-content span{padding:8px 7.5px;background-color:#80cfe5;font-family:var(--font-helvetica-neue-medium);font-size:.875rem;font-weight:500;border-radius:14px}.address-show-card .address-show-content p{line-height:18px!important}.address-show-card .address-show-content .address-show-footer{display:flex;gap:14px;margin-top:5px}.address-show-card .address-show-content .address-show-footer button{padding:2px 8px!important;font-size:22px!important}.address-show-card .address-checkbox .form-check-input{position:absolute;right:10px;height:auto!important;width:27px!important;margin-top:0!important;margin-bottom:0!important;padding:12px!important}.address-show-card .address-checkbox .form-check-input:checked{background-color:var(--secondary-hover-color)!important;border:2px solid var(--secondary-hover-color)!important}.address-show-card .address-checkbox input:focus-visible{outline:none!important}.address-show-card .address-show-content h2{font-size:22px;line-height:25px;margin-top:5px;margin-bottom:0;max-width:80%;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.address-show-card .address-show-content p{font-size:.875rem;font-weight:400;line-height:25px;color:var(--text-dark);margin-bottom:1px;max-width:95%}.address-show-card .address-show-content p span{background-color:unset;border-radius:unset;color:#a6a2b8;padding:0;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:.7rem}.primary-address .address-show-card .address-show-content .address-show-footer{display:flex;gap:14px}.address-selection .add-info-empty-card{padding:3.8rem;height:100%}.address-show-card .card-span{padding:5px 10px;border-radius:16px;border:1px solid #000;font-size:14px;position:absolute;top:20px;right:15px}.address-show-card .card-span.active,.address-show-card .card-span:hover{background-color:var(--primary-hover-color);border:1px solid var(--primary-hover-color)}@media (max-width:560px){.address-show-card .address-show-marker-container{width:100px;border-radius:10px;overflow:hidden;flex-shrink:0}.address-show-card{padding:20px;display:flex;gap:10px}}@media (max-width:475px){.address-show-card .address-show-marker-container{width:100px;height:70px;border-radius:10px;overflow:hidden;flex-shrink:0}.address-show-card{padding:20px;display:flex;gap:10px;flex-direction:column;justify-content:flex-start!important;align-items:flex-start!important}}