.elementor-8155 .elementor-element.elementor-element-41d01b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8155 .elementor-element.elementor-element-46f92eb > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-46f92eb */:root {
            --primary: #0066cc;
            --primary-light: #e6f2ff;
            --dark: #333;
            --light: #f8f9fa;
            --gray: #6c757d;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            margin: 0;
            min-height: 100vh;
            padding-bottom: 30px;
            background: linear-gradient(135deg, #f5f7fa 0%, #e9ecf2 100%);
        }
        .app-header {
            text-align: center;
            padding: 30px 0 20px;
        }
        .app-header h1 {
            color: var(--primary);
            margin-bottom: 8px;
            font-size: 2.5rem;
            font-weight: 700;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .app-header p {
            color: #666;
            font-size: 1.1rem;
            margin: 0 auto;
            max-width: 600px;
        }
        .drive-container {
            max-width: 900px;
            margin: 0 auto;
            background: transparent;
            border-radius: 16px;
            padding: 0 15px;
        }
        .card {
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #e0e0e0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            margin-bottom: 24px;
        }
        .input-area {
            border: 2px dashed #d1d1d1;
            border-radius: 12px;
            padding: 2rem;
            text-align: center;
            transition: all 0.3s;
            background-color: #f5f0ff;
            margin-bottom: 0;
        }
        .input-area:hover {
            border-color: #0d6efd;
            background-color: #f0e6ff;
            box-shadow: 0 8px 20px rgba(13,110,253,0.1);
        }
        /* Input field styling: gray border, black text */
        #longUrl {
            border-color: gray !important;
            color: black !important;
            background-color: white;
            border-radius: 20px;
        }
        #longUrl:focus {
            border-color: #86b7fe; /* keep Bootstrap focus style for usability */
            box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
        }
        /* Base button style for all action buttons */
        .btn-action {
            border: none !important;
            color: white !important;
            font-weight: 600;
            border-radius: 50px !important;
            height: 43px !important;
            padding: 0 20px !important;
            font-size: 1.1rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.2s;
            box-shadow: none !important;
        }
        /* Shorten button specific color */
        .btn-shorten {
            background: #0d6efd !important;
            width: 170px !important;
            margin: 10px auto;
        }
        .btn-shorten:hover {
            background: #0b5ed7 !important;
        }
        /* Copy button */
        .btn-copy {
            background: #198754 !important;
            flex: 1 1 auto;
        }
        .btn-copy:hover {
            background: #157347 !important;
        }
        /* Clear button */
        .btn-clear {
            background: #dc3545 !important;
            flex: 1 1 auto;
        }
        .btn-clear:hover {
            background: #bb2d3b !important;
        }
        /* Temporary copied state */
        .btn-copied {
            background: #146c43 !important;
        }
        .action-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 15px;
        }
        .link-display {
            padding: 15px;
            background: white;
            border: 1px solid #d1d1d1;
            margin: 15px 0;
            word-break: break-all;
            font-size: 1.05rem;
            border-radius: 8px;
            background: #f9f9ff;
            border-color: #c2b0e0;
        }
        .link-display a {
            color: var(--primary);
            font-weight: 500;
            text-decoration: none;
        }
        .type-icon {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 12px;
            background: #e9d9ff;
            border-radius: 20px;
            margin-bottom: 15px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }
        .type-icon i {
            color: #6f42c1;
        }
        .drive-icon {
            display: flex;
            justify-content: center;
            margin: 20px 0;
        }
        .drive-icon .bi {
            font-size: 3rem;
            color: #6f42c1;
        }
        .loader-small {
            border: 3px solid #f3f3f3;
            border-top: 3px solid #0d6efd;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            animation: spin 1s linear infinite;
            margin: 10px auto;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        .error-message {
            color: #dc3545;
            padding: 12px;
            background: #f8d7da;
            border-radius: 8px;
            border: 1px solid #f5c6cb;
            margin-top: 15px;
            font-size: 0.95rem;
        }
        @media (max-width: 768px) {
            .app-header h1 { font-size: 2rem; }
            .input-area { padding: 1.5rem; }
        }
        @media (max-width: 576px) {
            .app-header h1 { font-size: 1.8rem; }
            .btn-shorten { width: 160px !important; height: 40px !important; font-size: 1rem; }
            .btn-action { height: 40px !important; font-size: 1rem; }
        }/* End custom CSS */