/**
 * Iris Translate - Translation Iframe Styles
 * Used for the Google Translate URL translation iframe
 */

* {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 20px;
    padding-bottom: 120px;
    background: #f0f0f1;
}

.iris-url-item {
    background: #fff;
    padding: 12px 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.iris-url-title {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
    color: #333;
}

.iris-url-path {
    font-family: monospace;
    font-size: 14px;
    padding: 8px 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
}

.iris-iframe-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #ccc;
    z-index: 100;
}

.iris-iframe-footer h2 {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.iris-iframe-footer p {
    margin: 10px 0 0;
    font-size: 12px;
    color: #666;
}

/* Hide Google Translate UI elements */
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}
