.main_cards_container{width:100%;height:auto;display:flex;flex:1 1;flex-direction:row;margin:16px 0 32px;gap:16px;align-items:flex-start;justify-content:center;padding:0 82px 30px;overflow-y:auto}.main_cards_container .feed_container{width:100%;display:flex;flex-direction:column;align-items:center;overflow-y:auto}.main_cards_container .feed_post{width:100%;border-bottom:1px solid #ddd;padding:16px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:16px}.main_cards_container .feed_post .comments_section{margin-top:4px}.main_cards_container .feed_post .comments_section .comments_section{padding:20px}.main_cards_container .feed_post .comments_section .comment{position:relative;margin-bottom:20px}.main_cards_container .feed_post .comments_section .comment_bubble{background-color:#f0f0f0;padding:15px;border-radius:15px;display:inline-block;max-width:70%}.main_cards_container .feed_post .comments_section .comment_author{font-weight:700;display:block;margin-bottom:5px}.main_cards_container .feed_post .comments_section .comment_content{font-size:1rem;color:#333}.main_cards_container .feed_post .comments_section .comment_time{position:absolute;bottom:-15px;left:0;font-size:.9rem;color:gray;padding-left:10px}.main_cards_container .feed_post .comments_section .show_all_comments{margin-bottom:20px;background:none;border:none;padding:0;color:#c70c0c;font-size:14px;text-decoration:underline;cursor:pointer}.main_cards_container .feed_post .comments_section .show_all_comments:hover{color:#7e0909}.main_cards_container .feed_post .comment_input_section{width:100%;display:flex;justify-content:flex-start;padding-top:16px}.main_cards_container .feed_post .comment_input_section .comment_form{width:100%;display:flex;justify-content:space-between;align-items:center}.main_cards_container .feed_post .comment_input_section .comment_input{width:90%;height:40px;padding:10px;border-radius:20px;border:1px solid #ddd;font-size:14px;resize:none;outline:none}.main_cards_container .feed_post .comment_input_section .submit_comment_button{padding:10px 20px;background-color:#c70c0c;color:#fff;border:none;border-radius:20px;font-size:14px;cursor:pointer;transition:background-color .3s ease}.main_cards_container .feed_post .comment_input_section .submit_comment_button:hover{background-color:#7e0909}@media(min-width:940px){.main_cards_container .feed_post{width:100%;margin:16px 0}}.main_cards_container .post_header{display:flex;align-items:center;margin-bottom:32px}.main_cards_container .post_header .profile_image{width:50px;height:50px;border-radius:50%;overflow:hidden;margin-right:16px}.main_cards_container .post_header .profile_image img{width:100%;height:100%;object-fit:cover}.main_cards_container .post_header .header_details{display:flex;flex-direction:column;align-items:flex-start}.main_cards_container .post_header .business_name{font-weight:700;font-size:1.2rem;color:inherit;text-decoration:none}.main_cards_container .post_header .header_details span{font-size:.9rem;color:gray;margin-top:4px}.main_cards_container .video_frame{margin-top:16px}.main_cards_container .video_frame iframe{width:100%;height:315px;border-radius:8px;border:none}.main_cards_container .business_name{font-size:24px;font-weight:700}.main_cards_container .post_date{font-size:8px;font-weight:bold italic;margin-top:4px}.main_cards_container .post_content{display:flex;flex-direction:column}.main_cards_container .post_content img{margin-top:16px;max-width:100%;border-radius:8px}.main_cards_container .feed_post_footer{margin-top:16px}.main_cards_container .feed_post_footer .info{display:flex;justify-content:space-between;font-size:14px;color:#555;margin-bottom:8px}.main_cards_container .feed_post_footer .comments,.main_cards_container .feed_post_footer .likes{font-weight:700}.main_cards_container .feed_post_footer .divider{border:none;border-top:1px solid #ddd;margin:8px 0}.main_cards_container .feed_post_footer .feed_post_buttons{display:flex;justify-content:space-between;gap:8px}.main_cards_container .feed_post_footer .action_button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background-color:transparent;color:#000;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.main_cards_container .feed_post_footer .action_button:focus{outline:none}.main_cards_container .feed_post_footer .action_button img{width:20px;height:20px}.main_cards_container .cards_grid_section{width:100%;height:auto;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:50px 26px;gap:50px 26px;max-width:1740px}@media(max-width:1900px){.main_cards_container .cards_grid_section{grid-template-columns:repeat(5,1fr)}}@media(max-width:1600px){.main_cards_container .cards_grid_section{grid-template-columns:repeat(4,1fr)}}@media(max-width:1100px){.main_cards_container .cards_grid_section{grid-template-columns:repeat(3,1fr)}}@media(max-width:940px){.main_cards_container .cards_grid_section{grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.main_cards_container .cards_grid_section{grid-template-columns:1fr}}.main_cards_container .cards_grid_section .main_card{max-width:100%;height:auto;position:relative;display:flex;flex-direction:column;justify-content:space-between;border-radius:8px;overflow:hidden;transition:all .5s ease}.main_cards_container .cards_grid_section .main_card:hover{cursor:pointer}.main_cards_container .cards_grid_section .main_card .card_img_wrp{width:100%;aspect-ratio:1/1;overflow:hidden;position:relative;border-radius:8px}.main_cards_container .cards_grid_section .main_card .card_info{width:100%;display:flex;flex-direction:column;align-items:flex-start;margin-top:12px;gap:4px}.main_cards_container .cards_grid_section .main_card .card_info span{display:block}.main_cards_container .cards_grid_section .main_card .card_info span:first-child{font-weight:700;font-size:16px;color:#222}.main_cards_container .cards_grid_section .main_card .card_info span:nth-child(2){font-size:15px;color:#6a6a6a}.main_cards_container .cards_grid_section .main_card .card_info span:nth-child(3){font-size:15px;color:#222}@media(max-width:767px){.main_cards_container{padding:0 22px}}@media(max-width:1023px)and (min-width:768px){.main_cards_container{padding:0 32px}}@media(max-width:1439px)and (min-width:1024px){.main_cards_container{padding:0 82px}}.loading-skeleton{display:flex;flex-direction:column;gap:20px;padding:20px}.skeleton{background-color:#e0e0e0;border-radius:4px}.skeleton-button,.skeleton-comments,.skeleton-likes,.skeleton-name,.skeleton-text,.skeleton-time{background-color:#ccc;border-radius:4px}.skeleton-name{width:200px;height:20px}.skeleton-time{width:100px;height:15px;margin-top:5px}.skeleton-text{width:100%;height:100px;margin-top:10px}.skeleton-image{background-color:#ccc;margin-top:10px}.skeleton-info{display:flex;gap:20px;margin-top:10px}.skeleton-comments,.skeleton-likes{width:80px;height:20px}.skeleton-button{width:100px;height:40px;margin-top:10px;animation:pulse 1.5s ease-in-out infinite}.skeleton-card{display:flex;flex-direction:column;padding:16px;background-color:#f3f3f3;margin:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.skeleton-card,.skeleton-image{border-radius:8px;animation:pulse 1.5s ease-in-out infinite}.skeleton-image{width:100%;height:200px;background-color:#e0e0e0}.skeleton-text{background-color:#e0e0e0;margin:10px 0;border-radius:4px}.skeleton-title{width:60%;height:20px}.skeleton-location,.skeleton-type{width:80%;height:16px}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:#f7f7f7}to{background-color:#e0e0e0}}.post-item{position:relative}.post-controls{position:absolute;top:70px;left:30px;display:flex;gap:8px}.delete-post-button{background:none;color:red;padding:0;margin:0}.delete-post-button,.edit-post-button{border:none;text-decoration:underline;cursor:pointer}.edit-post-button{margin-left:12px;color:#0070f3;background:transparent}.edit-post-button:hover{opacity:.8}@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";.album-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;animation:overlayAppear .1s forwards}.album-overlay.modal{background-color:#000}.album-overlay.modal .album-delete-photo{color:#fff;font-size:14px;text-decoration:underline}.album-overlay.modal .album-delete-photo .photo-wrapper{position:relative;width:14px!important;height:14px!important;display:flex;align-items:center;justify-content:center;margin:0 4px}.album-overlay.modal .album-delete-photo .photo-wrapper .photo{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.album-overlay.modal .album-delete-photo:hover{cursor:pointer}.album-overlay.modal .photo-index{color:#fff}.album-overlay.modal .album-container{background-color:#000;display:flex;justify-content:center;align-items:center;height:100%}.album-overlay.modal .album-container nav{background-color:#000;height:80px!important}.album-overlay.modal .album-container .gallery-wrapper{overflow:hidden}.album-overlay.modal .album-container .gallery-wrapper .photo-gallery{display:flex;align-items:center;width:100%;max-width:80%;height:100%;max-height:90%;display:flex!important;justify-content:center}@media screen and (max-width:740px){.album-overlay.modal .album-container .gallery-wrapper .photo-gallery{max-width:100%}}.album-overlay.modal .album-container .gallery-wrapper .photo-gallery .photo-wrapper{position:relative;background-color:#000;max-width:100%!important;width:100%!important;max-height:100%!important;height:100%!important;display:flex;align-items:center;justify-content:center}.album-overlay.modal .album-container .gallery-wrapper .photo-gallery .photo-wrapper .photo{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.album-overlay.modal .album-container .gallery-wrapper .navigation-buttons{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;transform:translateY(-50%)}.album-overlay.modal .album-container .gallery-wrapper .navigation-buttons .next-button,.album-overlay.modal .album-container .gallery-wrapper .navigation-buttons .prev-button{background-color:transparent;border:none;color:#fff;font-size:2rem;margin:0 50px;cursor:pointer}@media screen and (max-width:1100px){.album-overlay.modal .album-container .gallery-wrapper .navigation-buttons{margin:0;bottom:50px!important;top:unset}}@keyframes overlayAppear{to{opacity:1}}.album-container{background-color:#fff;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;transform:translateY(100%);transition:transform .6s ease}.album-container.active{transform:translateY(0)}.album-container .profile-page-nav.album-nav,.album-container .profile-page-ul-profile.album-aa{display:flex!important}.album-container .profile-page-nav.album-nav{border-bottom:none;height:60px!important;display:flex!important}.album-container .profile-page-nav.album-nav .profile-page-ul-profile{display:flex!important}.album-container .profile-page-nav.album-nav .profile-page-ul-profile .album-close{cursor:pointer;transform:scale(1.5)}.album-container .profile-page-nav.album-nav .profile-page-ul-profile .album-close span{display:none}.album-container .profile-page-nav.album-nav .profile-page-ul-profile .album-li div{display:flex;align-items:center!important;justify-content:center!important;gap:6px}.album-container .profile-page-nav.album-nav .alb-btns .profile-title-button{background-color:transparent}.album-container .profile-page-nav.album-nav .alb-btns .profile-title-button span{font-weight:700}@media screen and (max-width:740px){.album-container .profile-page-nav.album-nav .alb-btns .profile-title-button span{display:none}}.album-container .profile-page-nav.album-nav .alb-btns .profile-title-button .title-share-icon{height:16px!important;width:16px!important;margin-bottom:1px!important}.album-container .profile-page-nav.album-nav .alb-btns .profile-title-button .title-heart-icon{height:18px!important;width:18px!important}.album-container .gallery-wrapper{width:100%;height:calc(100% - 60px);overflow-y:scroll;display:flex;justify-content:center}.album-container .gallery-wrapper .photo-gallery{width:100%;max-width:740px;height:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;box-sizing:border-box}@media screen and (min-width:740px){.album-container .gallery-wrapper .photo-gallery{padding:40px 0 24px}}.album-container .gallery-wrapper .photo-gallery .photo-wrapper{position:relative}.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+1){grid-column:1/-1;height:500px}@media screen and (max-width:740px){.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+1){height:320px}}.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+2),.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+3){grid-column:span 1;height:500px}@media screen and (max-width:740px){.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+2),.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+3){height:320px}}.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+4){grid-column:1/-1;height:500px}@media screen and (max-width:740px){.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+4){height:320px}}.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+5),.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+6){grid-column:span 1;height:360px}@media screen and (max-width:740px){.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+5),.album-container .gallery-wrapper .photo-gallery .photo-wrapper:nth-child(3n+6){height:160px}}.album-container .gallery-wrapper .photo-gallery .photo-wrapper .photo{width:100%;height:100%;object-fit:cover}.profile-title-buttons{display:flex;align-items:flex-end;justify-content:space-between;gap:4px}.profile-title-buttons .profile-title-button{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;border:none;border-radius:8px;font-size:14px;color:#222;cursor:pointer;transition:background-color .3s ease;background-color:#fff;text-decoration:underline}.profile-title-buttons .profile-title-button:hover{background-color:#f3f3f3}.profile-title-buttons .profile-title-button .title-heart-icon{height:22px;width:22px}.profile-title-buttons .profile-title-button .title-share-icon{height:20px;width:22px}