.panel {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(15, 30, 63, 0.5);
}

.panel-m {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 480px) {
  .panel-m {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
}


.line-container {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: 0.3s;
}

.btn:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
}

#rec2196768051 .t410 .t-beforeafter__slider {
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

#rec2194847751 .t410 .t-beforeafter__slider {
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.t-feed__col-grid__post-wrapper {
    border-radius: 10px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0px 0px 10px 0px rgba(15, 30, 63, 0.5) !important;
    backdrop-filter: blur(2px) !important;
    transition: background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out !important;
}




