/* SweetAlert2 confirm buton override */
.swal2-container .swal2-actions .swal2-styled.swal2-confirm{
  background: none !important;      /* lib'deki background: initial'ı nötrle */
  background-color:#333 !important;  /* istediğin renk */
  border-color:#333 !important;
  color:#fff !important;
}
.swal2-container .swal2-actions .swal2-styled.swal2-confirm:hover{
  filter:brightness(.94);
}
.swal2-container .swal2-actions .swal2-styled.swal2-confirm:focus{
  box-shadow:0 0 0 3px rgba(51,51,51,.3) !important;
}

.motoruma-youtube-embed {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 16px;
}

.motoruma-yt-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.motoruma-yt-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.motoruma-yt-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff0000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.motoruma-yt-title {
    font-weight: 600;
    font-size: 15px;
}

.motoruma-yt-subtitle {
    font-size: 13px;
    color: #777;
}

.motoruma-yt-icon {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #ff0000;
    color: #ff0000;
}

.motoruma-yt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.motoruma-yt-item {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.motoruma-yt-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 992px) {
    .motoruma-yt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .motoruma-yt-grid {
        grid-template-columns: 1fr;
    }
}

.motoruma-footer-map {
    width: 100%;
    margin: 40px 0 0 0;   /* üstüne boşluk istersen */
}

.motoruma-footer-map iframe {
    display: block;
    width: 100%;
    height: 350px;
    border: 0;
}


